2005-03-03 12:18:37

by Martin Waitz

[permalink] [raw]
Subject: [PATCH 6/16] DocBook: fix function parameter descriptin in fbmem

DocBook: fix function parameter descriptin in fbmem
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.2030 -> 1.2031
# drivers/video/fbmem.c 1.150 -> 1.151
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 05/01/26 [email protected] 1.2031
# DocBook: fix function parameter descriptin in fbmem
#
# 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:00 2005
+++ b/drivers/video/fbmem.c Thu Mar 3 11:42:00 2005
@@ -1211,9 +1211,10 @@

/**
* fb_get_options - get kernel boot parameters
- * @name - framebuffer name as it would appear in
- * the boot parameter line
- * (video=<name>:<options>)
+ * @name: framebuffer name as it would appear in
+ * the boot parameter line
+ * (video=<name>:<options>)
+ * @option: the option will be stored here
*
* NOTE: Needed to maintain backwards compatibility
*/