From: Sudharshan <sudharsanam346@gmail.com>
To: greg@kroah.com
Cc: lars@metafoo.de, Michael.Hennerich@analog.com, jic23@kernel.org,
linux-iio@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org,
Sudharshan <sudharsanam346@gmail.com>
Subject: [PATCH 1/2] staging: iio: adc: ad7816: fix coding style issues
Date: Tue, 21 Apr 2026 09:02:51 +0530 [thread overview]
Message-ID: <20260421033251.15663-1-sudharsanam346@gmail.com> (raw)
Fix mixed indentation in spi_driver struct and add missing
newline at end of file.
Signed-off-by: Sudharshan <sudharsanam346@gmail.com>
---
drivers/staging/iio/adc/ad7816.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/iio/adc/ad7816.c b/drivers/staging/iio/adc/ad7816.c
index 172acf135f3b..021b2ca0df9b 100644
--- a/drivers/staging/iio/adc/ad7816.c
+++ b/drivers/staging/iio/adc/ad7816.c
@@ -443,7 +443,6 @@ static struct spi_driver ad7816_driver = {
.id_table = ad7816_id,
};
module_spi_driver(ad7816_driver);
-
MODULE_AUTHOR("Sonic Zhang <sonic.zhang@analog.com>");
MODULE_DESCRIPTION("Analog Devices AD7816/7/8 digital temperature sensor driver");
MODULE_LICENSE("GPL v2");
--
2.53.0
next reply other threads:[~2026-04-21 3:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-21 3:32 Sudharshan [this message]
2026-04-21 5:52 ` [PATCH 1/2] staging: iio: adc: ad7816: fix coding style issues Greg KH
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=20260421033251.15663-1-sudharsanam346@gmail.com \
--to=sudharsanam346@gmail.com \
--cc=Michael.Hennerich@analog.com \
--cc=greg@kroah.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/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