]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: at91_adc: Fix 'bad line' warning
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:21 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:22 +0000 (09:03 +0100)
commita4df5ff624f497ce900a03b38463f69f2f639204
treee8002ab9e5ce83998dcf410f3ff3625343640c49
parent188e69ac558363dbac50bfc59ff880a1b4827127
iio: adc: at91_adc: Fix 'bad line' warning

All lines should start with ' *'.

Fixes the following W=1 kernel build warning(s):

 drivers/iio/adc/at91_adc.c:160: warning: bad line:                         (Interruptions registers mostly)

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/at91_adc.c