summaryrefslogtreecommitdiff
path: root/kernel/kmod.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-10-04 21:03:26 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:03:26 -0700
commit1820a80d7833df5c7401f442633092df3185dc20 (patch)
tree18fdc7d4332b841c25040cc2bf9a8890ea27519b /kernel/kmod.c
parent9ff547bd81529d58fdac8dba008049afe032a288 (diff)
[PATCH] kernel documentation fixes
From: Michael Still <mikal@stillhq.com> The patch squelches build errors in the kernel-doc make targets by adding documentation to arguements previously not documented, and updating the argument names where they have changed.
Diffstat (limited to 'kernel/kmod.c')
-rw-r--r--kernel/kmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c
index 98d809689092..f5d658f704d9 100644
--- a/kernel/kmod.c
+++ b/kernel/kmod.c
@@ -47,7 +47,8 @@ char modprobe_path[256] = "/sbin/modprobe";
/**
* request_module - try to load a kernel module
- * @module_name: Name of module
+ * @fmt: printf style format string for the name of the module
+ * @varargs: arguements as specified in the format string
*
* Load a module using the user mode module loader. The function returns
* zero on success or a negative errno code on failure. Note that a