[ARM] fix kernel-doc syntax

Fix kernel-doc notation to use correct syntax. Even though this should be
moved to where the function is actually implemented...

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Randy Dunlap and committed by
Russell King
3909845e 442a9022

+2 -3
+2 -3
arch/arm/mach-pxa/include/mach/reset.h
··· 12 13 /** 14 * init_gpio_reset() - register GPIO as reset generator 15 - * 16 - * @gpio - gpio nr 17 - * @output - set gpio as out/low instead of input during normal work 18 */ 19 extern int init_gpio_reset(int gpio, int output); 20
··· 12 13 /** 14 * init_gpio_reset() - register GPIO as reset generator 15 + * @gpio: gpio nr 16 + * @output: set gpio as out/low instead of input during normal work 17 */ 18 extern int init_gpio_reset(int gpio, int output); 19