Commit 61df47c8da1b4ba0f243975f11efc8956de0cba6

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent f50cadaa8f

kernel-doc fix for kmod.c

Fix kmod.c:
Warning(linux-2.6.23-rc1//kernel/kmod.c:364): No description found for parameter 'envp'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -351,11 +351,11 @@
351 351  
352 352 /**
353 353 * call_usermodehelper_setup - prepare to call a usermode helper
354   - * @path - path to usermode executable
355   - * @argv - arg vector for process
356   - * @envp - environment for process
  354 + * @path: path to usermode executable
  355 + * @argv: arg vector for process
  356 + * @envp: environment for process
357 357 *
358   - * Returns either NULL on allocation failure, or a subprocess_info
  358 + * Returns either %NULL on allocation failure, or a subprocess_info
359 359 * structure. This should be passed to call_usermodehelper_exec to
360 360 * exec the process and free the structure.
361 361 */