Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: adc: ad_sigma_delta: Format block comments

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>

authored by

Giorgi Tchankvetadze and committed by
Jonathan Cameron
b37cce0b 7806c060

+4 -2
+4 -2
drivers/iio/adc/ad_sigma_delta.c
··· 51 51 */ 52 52 void ad_sd_set_comm(struct ad_sigma_delta *sigma_delta, u8 comm) 53 53 { 54 - /* Some variants use the lower two bits of the communications register 55 - * to select the channel */ 54 + /* 55 + * Some variants use the lower two bits of the communications register 56 + * to select the channel. 57 + */ 56 58 sigma_delta->comm = comm & AD_SD_COMM_CHAN_MASK; 57 59 } 58 60 EXPORT_SYMBOL_NS_GPL(ad_sd_set_comm, "IIO_AD_SIGMA_DELTA");