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

From: Martin Waitz
Date: Thu Mar 03 2005 - 05:54:57 EST


DocBook: move kernel-doc comment next to function
Signed-off-by: Martin Waitz <tali@xxxxxxxxxxxxxx>


# 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 tali@xxxxxxxxxxxxxx 1.2035
# DocBook: move kernel-doc comment next to function
#
# Signed-off-by: Martin Waitz <tali@xxxxxxxxxxxxxx>
# --------------------------------------------
#
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;
-
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/