Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3909845e authored by Randy Dunlap's avatar Randy Dunlap Committed by Russell King
Browse files

[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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 442a9022
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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);