pinctrl: samsung: pinctrl-s3c24xx: Fix formatting issues
authorLee Jones <lee.jones@linaro.org>
Mon, 13 Jul 2020 14:49:12 +0000 (15:49 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jul 2020 13:12:38 +0000 (15:12 +0200)
commit26b72162e10b51e2b2be04ea7ea58f91a782dfc5
tree7da2777217ba54db731ab97111a546b8149262c8
parent84a3fce5e914742e7f243bffdbbc90055c737ef7
pinctrl: samsung: pinctrl-s3c24xx: Fix formatting issues

Kerneldoc struct titles must be followed by whitespace.  Also attributes
need to be in the format '@.*: ' else the checker gets confused.

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

 drivers/pinctrl/samsung/pinctrl-s3c24xx.c:100: warning: cannot understand function prototype: 'struct s3c24xx_eint_domain_data '

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: linux-samsung-soc@vger.kernel.org
Link: https://lore.kernel.org/r/20200713144930.1034632-8-lee.jones@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/samsung/pinctrl-s3c24xx.c