projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edce5e6
)
misc: hpilo: Add min and max value of module parameter in description
author
Masanari Iida
<standby24x7@gmail.com>
Fri, 18 Sep 2015 03:32:12 +0000
(12:32 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:42:33 +0000
(12:42 +0100)
This patch add minimum and maximum value of module parameter
max_ccb in hpilo.c.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/hpilo.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/hpilo.c
b/drivers/misc/hpilo.c
index b83e3ca12a419349690d1ab2a790124f2c1e0e93..d45cff078d130a1064d84a57e0534128acaa11cd 100644
(file)
--- a/
drivers/misc/hpilo.c
+++ b/
drivers/misc/hpilo.c
@@
-906,7
+906,7
@@
MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");
MODULE_LICENSE("GPL v2");
module_param(max_ccb, uint, 0444);
-MODULE_PARM_DESC(max_ccb, "Maximum number of HP iLO channels to attach (16)");
+MODULE_PARM_DESC(max_ccb, "Maximum number of HP iLO channels to attach (
8-24)(default=
16)");
module_init(ilo_init);
module_exit(ilo_exit);