lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250724134046.6521d38a@jic23-huawei>
Date: Thu, 24 Jul 2025 13:40:46 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: David Lechner <dlechner@...libre.com>, Nuno Sá
 <nuno.sa@...log.com>, Andy Shevchenko <andy@...nel.org>, Abhash Jha
 <abhashkumarjha123@...il.com>, linux-iio@...r.kernel.org,
 kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] iio: light: vl6180: remove space before \n
 newline

On Mon, 21 Jul 2025 16:03:09 +0100
Colin Ian King <colin.i.king@...il.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@...il.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);
>  


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ