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: <20250531180753.12357ec5@jic23-huawei>
Date: Sat, 31 May 2025 18:07:53 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Antoniu Miclaus <antoniu.miclaus@...log.com>
Cc: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Nuno
 Sá <nuno.sa@...log.com>
Subject: Re: [PATCH v2 1/2] iio: adc: ad4080: use lowercase device name

On Mon, 26 May 2025 11:22:27 +0300
Antoniu Miclaus <antoniu.miclaus@...log.com> wrote:

> Update the .name field in the ad4080_chip_info struct
> from "AD4080" to "ad4080" to follow the common convention
> in IIO drivers of using lowercase names for device identifiers.
> 
> Fixes: 1ff3f56f846b ("iio: adc: ad4080: add driver support")
> Reviewed-by: Nuno Sá <nuno.sa@...log.com>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
I squashed both patches into the original commit as that is still
on a tree that I can rebase as I'll do that on rc1 anyway once available.

Thanks,

Jonathan

> ---
> changes in v2:
>  - drop "no functional changes" from commit body
>  - add fixes tag
>  drivers/iio/adc/ad4080.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ad4080.c b/drivers/iio/adc/ad4080.c
> index e8b2e5e7a68a..c36eb41d738a 100644
> --- a/drivers/iio/adc/ad4080.c
> +++ b/drivers/iio/adc/ad4080.c
> @@ -433,7 +433,7 @@ static const struct iio_chan_spec ad4080_channel = {
>  };
>  
>  static const struct ad4080_chip_info ad4080_chip_info = {
> -	.name = "AD4080",
> +	.name = "ad4080",
>  	.product_id = AD4080_CHIP_ID,
>  	.scale_table = ad4080_scale_table,
>  	.num_scales = ARRAY_SIZE(ad4080_scale_table),


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ