]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
iio: adc: ad_sigma_delta: Format block comments
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Sat, 14 Mar 2026 11:12:53 +0000 (15:12 +0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Mar 2026 21:07:00 +0000 (21:07 +0000)
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>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad_sigma_delta.c

index 7852884703b0b118c6f62ecdf1107e7176bfc238..a955556f9ec88645a742361e23854001ba92cb20 100644 (file)
  */
 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");