2005-03-03 10:50:06

by Martin Waitz

[permalink] [raw]
Subject: [PATCH 10/16] DocBook: move kernel-doc comment next to function

DocBook: move kernel-doc comment next to function
Signed-off-by: Martin Waitz <[email protected]>


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.2034 -> 1.2035
# drivers/video/fbmem.c 1.151 -> 1.152
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 05/02/08 [email protected] 1.2035
# DocBook: move kernel-doc comment next to function
#
# Signed-off-by: Martin Waitz <[email protected]>
# --------------------------------------------
#
diff -Nru a/drivers/video/fbmem.c b/drivers/video/fbmem.c
--- a/drivers/video/fbmem.c Thu Mar 3 11:42:38 2005
+++ b/drivers/video/fbmem.c Thu Mar 3 11:42:38 2005
@@ -1249,6 +1249,9 @@
return retval;
}

+
+extern const char *global_mode_option;
+
/**
* video_setup - process command line options
* @options: string of options
@@ -1262,9 +1265,6 @@
* Returns zero.
*
*/
-
-extern const char *global_mode_option;
-
int __init video_setup(char *options)
{
int i, global = 0;