From: Jonathan Cameron <jic23@kernel.org>
To: Shrikant Raskar via B4 Relay
<devnull+raskar.shree97.gmail.com@kernel.org>
Cc: raskar.shree97@gmail.com, "David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
skhan@linuxfoundation.org, david.hunter.linux@gmail.com,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
"Andy Shevchenko" <andriy.shevchenko@intel.com>
Subject: Re: [PATCH v8 1/6] iio: proximity: rfd77402: Reorder header includes
Date: Thu, 29 Jan 2026 17:52:35 +0000 [thread overview]
Message-ID: <20260129175235.19f46f00@jic23-huawei> (raw)
In-Reply-To: <20260128-b4-rfd77402_v5-v8-1-36388fe7b95e@gmail.com>
On Wed, 28 Jan 2026 23:21:48 +0530
Shrikant Raskar via B4 Relay <devnull+raskar.shree97.gmail.com@kernel.org> wrote:
> From: Shrikant Raskar <raskar.shree97@gmail.com>
>
> Reorder header includes to follow kernel include
> ordering conventions.
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
> Signed-off-by: Shrikant Raskar <raskar.shree97@gmail.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>
>
>
next prev parent reply other threads:[~2026-01-29 17:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-28 17:51 [PATCH v8 0/6] iio: proximity: Add interrupt support for RFD77402 Shrikant Raskar via B4 Relay
2026-01-28 17:51 ` [PATCH v8 1/6] iio: proximity: rfd77402: Reorder header includes Shrikant Raskar via B4 Relay
2026-01-29 17:52 ` Jonathan Cameron [this message]
2026-01-28 17:51 ` [PATCH v8 2/6] iio: proximity: rfd77402: Align polling timeout with datasheet Shrikant Raskar via B4 Relay
2026-01-28 22:21 ` Andy Shevchenko
2026-01-28 17:51 ` [PATCH v8 3/6] iio: proximity: rfd77402: Use kernel helper for result polling Shrikant Raskar via B4 Relay
2026-01-28 22:23 ` Andy Shevchenko
2026-01-29 17:48 ` Jonathan Cameron
2026-01-28 17:51 ` [PATCH v8 4/6] iio: proximity: rfd77402: Use devm-managed mutex initialization Shrikant Raskar via B4 Relay
2026-01-28 17:51 ` [PATCH v8 5/6] iio: proximity: rfd77402: Document device private data structure Shrikant Raskar via B4 Relay
2026-01-28 17:51 ` [PATCH v8 6/6] iio: proximity: rfd77402: Add interrupt handling support Shrikant Raskar via B4 Relay
2026-01-28 22:25 ` [PATCH v8 0/6] iio: proximity: Add interrupt support for RFD77402 Andy Shevchenko
2026-01-29 17:51 ` Jonathan Cameron
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=20260129175235.19f46f00@jic23-huawei \
--to=jic23@kernel.org \
--cc=andriy.shevchenko@intel.com \
--cc=andy@kernel.org \
--cc=david.hunter.linux@gmail.com \
--cc=devnull+raskar.shree97.gmail.com@kernel.org \
--cc=dlechner@baylibre.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=raskar.shree97@gmail.com \
--cc=skhan@linuxfoundation.org \
/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