Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v2] iio: adc: ad_sigma_delta: Format block comments
@ 2026-03-14 11:12 Giorgi Tchankvetadze
  2026-03-16 10:02 ` Andy Shevchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Giorgi Tchankvetadze @ 2026-03-14 11:12 UTC (permalink / raw)
  To: antoniu.miclaus, lars, Michael.Hennerich, jic23
  Cc: dlechner, nuno.sa, andy, linux-iio, Giorgi Tchankvetadze,
	Andy Shevchenko

Format the multi-line comment in ad_sd_set_comm() according to
the kernel multi-line comment style.

Suggested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
Changes in v2:
- Use proper multi-line comment layout
- Address review comments from Andy Shevchenko

 drivers/iio/adc/ad_sigma_delta.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/adc/ad_sigma_delta.c b/drivers/iio/adc/ad_sigma_delta.c
index 7852884703b0..a955556f9ec8 100644
--- a/drivers/iio/adc/ad_sigma_delta.c
+++ b/drivers/iio/adc/ad_sigma_delta.c
@@ -51,8 +51,10 @@
  */
 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, u8 comm)
 {
-	/* Some variants use the lower two bits of the communications register
-	 * to select the channel */
+	/*
+	 * Some variants use the lower two bits of the communications register
+	 * to select the channel.
+	 */
 	sigma_delta->comm = comm & AD_SD_COMM_CHAN_MASK;
 }
 EXPORT_SYMBOL_NS_GPL(ad_sd_set_comm, "IIO_AD_SIGMA_DELTA");
-- 
2.52.0


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

end of thread, other threads:[~2026-03-26  8:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 11:12 [PATCH v2] iio: adc: ad_sigma_delta: Format block comments Giorgi Tchankvetadze
2026-03-16 10:02 ` Andy Shevchenko
2026-03-21 21:08   ` Jonathan Cameron
2026-03-23  7:20     ` Giorgi Tchankvetadze
2026-03-25 20:40       ` Jonathan Cameron
2026-03-26  8:06         ` Giorgi Tchankvetadze
2026-03-26  8:14           ` Jonathan Cameron

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