From 025a1dd96df65358b188377c04fc8eed5bb6f52b Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 26 Jul 2007 10:40:56 -0700 Subject: [PATCH] --- yaml --- r: 62969 b: refs/heads/master c: 61df47c8da1b4ba0f243975f11efc8956de0cba6 h: refs/heads/master i: 62967: 9e3e23988c4591cc866ca09675f7012c23cf0f41 v: v3 --- [refs] | 2 +- trunk/kernel/kmod.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index ea2b15ea9a2f..4ef295368f0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f50cadaa8ffa72ad430e5beabe02eb752f3f72a3 +refs/heads/master: 61df47c8da1b4ba0f243975f11efc8956de0cba6 diff --git a/trunk/kernel/kmod.c b/trunk/kernel/kmod.c index beedbdc64608..9809cc1f33d6 100644 --- a/trunk/kernel/kmod.c +++ b/trunk/kernel/kmod.c @@ -351,11 +351,11 @@ static inline void register_pm_notifier_callback(void) {} /** * call_usermodehelper_setup - prepare to call a usermode helper - * @path - path to usermode executable - * @argv - arg vector for process - * @envp - environment for process + * @path: path to usermode executable + * @argv: arg vector for process + * @envp: environment for process * - * Returns either NULL on allocation failure, or a subprocess_info + * Returns either %NULL on allocation failure, or a subprocess_info * structure. This should be passed to call_usermodehelper_exec to * exec the process and free the structure. */