summaryrefslogtreecommitdiff
path: root/kernel/kmod.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:11:08 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-04 21:11:08 -0700
commitda3103c8efd7570939617bfa1f06fcdab9a9a11d (patch)
treef0e07dbc22384372c17d6b836f3a794fef62eed8 /kernel/kmod.c
parent799cc173710f8bac2e3d234445dbcf59483a872f (diff)
parent11d3c5ea4e4b16afcbe5f0966ed44b8b8f5ce5e5 (diff)
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
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