From 42909a2dec96d5bca25af17afc43af02a721d3ad Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 6 Jan 2009 14:42:39 -0800 Subject: [PATCH] --- yaml --- r: 126394 b: refs/heads/master c: bd4207c9016749f0a212faf7f7f49e5317d96d9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/kmod.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 70d21f2132f3..3329247251c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6b54841f4ddd836c886d1e6ac381cf309ee98a3 +refs/heads/master: bd4207c9016749f0a212faf7f7f49e5317d96d9b diff --git a/trunk/kernel/kmod.c b/trunk/kernel/kmod.c index b46dbb908669..a27a5f64443d 100644 --- a/trunk/kernel/kmod.c +++ b/trunk/kernel/kmod.c @@ -51,8 +51,8 @@ char modprobe_path[KMOD_PATH_LEN] = "/sbin/modprobe"; /** * request_module - try to load a kernel module - * @fmt: printf style format string for the name of the module - * @varargs: arguements as specified in the format string + * @fmt: printf style format string for the name of the module + * @...: arguments 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