[PATCH] arm: fix kernel-doc syntax

From: Randy Dunlap
Date: Fri Nov 07 2008 - 13:45:08 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
---
arch/arm/mach-pxa/include/mach/reset.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

--- linux-next-20081107.orig/arch/arm/mach-pxa/include/mach/reset.h
+++ linux-next-20081107/arch/arm/mach-pxa/include/mach/reset.h
@@ -12,9 +12,8 @@ extern void clear_reset_status(unsigned

/**
* 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);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/