linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: "David Lechner" <dlechner@baylibre.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Andy Shevchenko" <andy@kernel.org>,
	"Abhash Jha" <abhashkumarjha123@gmail.com>,
	linux-iio@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] iio: light: vl6180: remove space before \n newline
Date: Thu, 24 Jul 2025 13:40:46 +0100	[thread overview]
Message-ID: <20250724134046.6521d38a@jic23-huawei> (raw)
In-Reply-To: <20250721150310.2601679-1-colin.i.king@gmail.com>

On Mon, 21 Jul 2025 16:03:09 +0100
Colin Ian King <colin.i.king@gmail.com> wrote:

> There is an extraneous space before a newline in a dev_err_probe message.
> Remove it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Applied.

Thanks,
> ---
>  drivers/iio/light/vl6180.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/light/vl6180.c b/drivers/iio/light/vl6180.c
> index cc4f2e5404aa..38706424089c 100644
> --- a/drivers/iio/light/vl6180.c
> +++ b/drivers/iio/light/vl6180.c
> @@ -722,7 +722,7 @@ static int vl6180_probe(struct i2c_client *client)
>  						IRQF_ONESHOT,
>  						indio_dev->name, indio_dev);
>  		if (ret)
> -			return dev_err_probe(&client->dev, ret, "devm_request_irq error \n");
> +			return dev_err_probe(&client->dev, ret, "devm_request_irq error\n");
>  
>  		init_completion(&data->completion);
>  


      reply	other threads:[~2025-07-24 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21 15:03 [PATCH][next] iio: light: vl6180: remove space before \n newline Colin Ian King
2025-07-24 12:40 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250724134046.6521d38a@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=abhashkumarjha123@gmail.com \
    --cc=andy@kernel.org \
    --cc=colin.i.king@gmail.com \
    --cc=dlechner@baylibre.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).