public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: iio: adc: ad7816: fix coding style issues
@ 2026-04-21  3:32 Sudharshan
  2026-04-21  5:52 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Sudharshan @ 2026-04-21  3:32 UTC (permalink / raw)
  To: greg
  Cc: lars, Michael.Hennerich, jic23, linux-iio, linux-staging,
	linux-kernel, Sudharshan

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-21  5:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21  3:32 [PATCH 1/2] staging: iio: adc: ad7816: fix coding style issues Sudharshan
2026-04-21  5:52 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox