]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/params.c: align add_sysfs_param documentation with code
authorJean Delvare <jdelvare@suse.de>
Tue, 3 Oct 2017 23:14:18 +0000 (16:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Oct 2017 00:54:23 +0000 (17:54 -0700)
commitcae2f76d2b1033dc8901894a42e684bad005cf2d
treec8abec862b70cfb2eb139df24200e612416c937c
parentc30b9c1555a689a9988344392059967c81eeafdb
kernel/params.c: align add_sysfs_param documentation with code

This parameter is named kp, so the documentation should use that.

Fixes: d260fbb6dd51 ("param: Fix duplicate module prefixes")
Link: http://lkml.kernel.org/r/20170919142656.64aea59e@endymion
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/params.c