mfd: atmel-smc: Add missing colon(s) for 'conf' arguments
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 11:29:02 +0000 (12:29 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:31:59 +0000 (08:31 +0100)
commit1574360a98cef9842d86e208944bb45243150440
tree9a3c8a2fcf9fda73f30abd63f11c858c6195406c
parent55bbf5d42ee6c609de56702ae7f766c4e88efbed
mfd: atmel-smc: Add missing colon(s) for 'conf' arguments

Kerneldoc valication gets confused if syntax isn't "@.*: ".

Adding the missing colons squashes the following W=1 warnings:

drivers/mfd/atmel-smc.c:247: warning: Function parameter or member 'conf' not described in 'atmel_smc_cs_conf_apply'
drivers/mfd/atmel-smc.c:268: warning: Function parameter or member 'conf' not described in 'atmel_hsmc_cs_conf_apply'

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/atmel-smc.c