Commit e3937044 authored by Martin Waitz's avatar Martin Waitz Committed by Linus Torvalds

[PATCH] docbook: move kernel-doc comment next to function

Move kernel-doc comment next to function
Signed-off-by: default avatarMartin Waitz <tali@admingilde.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0de590c4
...@@ -1298,6 +1298,9 @@ int fb_get_options(char *name, char **option) ...@@ -1298,6 +1298,9 @@ int fb_get_options(char *name, char **option)
return retval; return retval;
} }
extern const char *global_mode_option;
/** /**
* video_setup - process command line options * video_setup - process command line options
* @options: string of options * @options: string of options
...@@ -1311,9 +1314,6 @@ int fb_get_options(char *name, char **option) ...@@ -1311,9 +1314,6 @@ int fb_get_options(char *name, char **option)
* Returns zero. * Returns zero.
* *
*/ */
extern const char *global_mode_option;
int __init video_setup(char *options) int __init video_setup(char *options)
{ {
int i, global = 0; int i, global = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment