From: Martin Waitz Move kernel-doc comment next to function Signed-off-by: Martin Waitz Signed-off-by: Andrew Morton --- 25-akpm/drivers/video/fbmem.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/video/fbmem.c~docbook-move-kernel-doc-comment-next-to-function drivers/video/fbmem.c --- 25/drivers/video/fbmem.c~docbook-move-kernel-doc-comment-next-to-function Thu Mar 3 16:55:29 2005 +++ 25-akpm/drivers/video/fbmem.c Thu Mar 3 16:55:29 2005 @@ -1250,6 +1250,9 @@ int fb_get_options(char *name, char **op return retval; } + +extern const char *global_mode_option; + /** * video_setup - process command line options * @options: string of options @@ -1263,9 +1266,6 @@ int fb_get_options(char *name, char **op * Returns zero. * */ - -extern const char *global_mode_option; - int __init video_setup(char *options) { int i, global = 0; _