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: <20260129175235.19f46f00@jic23-huawei>
Date: Thu, 29 Jan 2026 17:52:35 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Shrikant Raskar via B4 Relay
 <devnull+raskar.shree97.gmail.com@...nel.org>
Cc: raskar.shree97@...il.com, David Lechner <dlechner@...libre.com>, Nuno
 Sá <nuno.sa@...log.com>, Andy Shevchenko <andy@...nel.org>,
 skhan@...uxfoundation.org, david.hunter.linux@...il.com,
 linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org, Andy Shevchenko
 <andriy.shevchenko@...el.com>
Subject: Re: [PATCH v8 1/6] iio: proximity: rfd77402: Reorder header
 includes

On Wed, 28 Jan 2026 23:21:48 +0530
Shrikant Raskar via B4 Relay <devnull+raskar.shree97.gmail.com@...nel.org> wrote:

> From: Shrikant Raskar <raskar.shree97@...il.com>
> 
> Reorder header includes to follow kernel include
> ordering conventions.
> 
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@...el.com>
> Signed-off-by: Shrikant Raskar <raskar.shree97@...il.com>
As per earlier discussion I picked this already so it shouldn't
have been in this posting. Ah well, easily skipped.

J
> ---
>  drivers/iio/proximity/rfd77402.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/iio/proximity/rfd77402.c b/drivers/iio/proximity/rfd77402.c
> index aff60a3c1a6f..69cc1505b964 100644
> --- a/drivers/iio/proximity/rfd77402.c
> +++ b/drivers/iio/proximity/rfd77402.c
> @@ -10,9 +10,9 @@
>   * https://media.digikey.com/pdf/Data%20Sheets/RF%20Digital%20PDFs/RFD77402.pdf
>   */
>  
> -#include <linux/module.h>
> -#include <linux/i2c.h>
>  #include <linux/delay.h>
> +#include <linux/i2c.h>
> +#include <linux/module.h>
>  
>  #include <linux/iio/iio.h>
>  
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ