diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-12-01 14:15:37 -0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-14 12:02:39 +0000 |
commit | 3909845e26439148a484d1ac30bb65e5e0ff63ec (patch) | |
tree | 0aedf8dbb73c4c490dca0a2714cc27bd4db01f82 /arch | |
parent | 442a902262e1dfc3f1298ceea5f3120fe2043904 (diff) | |
download | op-kernel-dev-3909845e26439148a484d1ac30bb65e5e0ff63ec.zip op-kernel-dev-3909845e26439148a484d1ac30bb65e5e0ff63ec.tar.gz |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/reset.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/include/mach/reset.h b/arch/arm/mach-pxa/include/mach/reset.h index 7b8842c..31e6a7b 100644 --- a/arch/arm/mach-pxa/include/mach/reset.h +++ b/arch/arm/mach-pxa/include/mach/reset.h @@ -12,9 +12,8 @@ extern void clear_reset_status(unsigned int mask); /** * init_gpio_reset() - register GPIO as reset generator - * - * @gpio - gpio nr - * @output - set gpio as out/low instead of input during normal work + * @gpio: gpio nr + * @output: set gpio as out/low instead of input during normal work */ extern int init_gpio_reset(int gpio, int output); |