]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct '
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:22 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:22 +0000 (09:03 +0100)
commit62eebcb67d373adbe4a12e597e8f1f1e217aeed3
treef533fc326d1204c37e049839cb83c031ead7f61f
parent4ab559a6c45960c8f54ac35b2af01d7b0ee6f4e7
iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct '

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

 drivers/iio/adc/at91-sama5d2_adc.c:360: warning: cannot understand function prototype: 'struct at91_adc_dma '
 drivers/iio/adc/at91-sama5d2_adc.c:379: warning: cannot understand function prototype: 'struct at91_adc_touch '

Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/at91-sama5d2_adc.c