diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-09-17 23:32:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 07:42:33 -0400 |
commit | 7a56f329c719d296f6b721d0ff10a6048fa94555 (patch) | |
tree | 536ecea6f703a4cfb1b607ee5525ef53c1bcd06d | |
parent | edce5e6f33a365c879b453286191bf397cc5efb4 (diff) |
misc: hpilo: Add min and max value of module parameter in description
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>
-rw-r--r-- | drivers/misc/hpilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c index b83e3ca12a41..d45cff078d13 100644 --- a/drivers/misc/hpilo.c +++ b/drivers/misc/hpilo.c | |||
@@ -906,7 +906,7 @@ MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>"); | |||
906 | MODULE_LICENSE("GPL v2"); | 906 | MODULE_LICENSE("GPL v2"); |
907 | 907 | ||
908 | module_param(max_ccb, uint, 0444); | 908 | module_param(max_ccb, uint, 0444); |
909 | MODULE_PARM_DESC(max_ccb, "Maximum number of HP iLO channels to attach (16)"); | 909 | MODULE_PARM_DESC(max_ccb, "Maximum number of HP iLO channels to attach (8-24)(default=16)"); |
910 | 910 | ||
911 | module_init(ilo_init); | 911 | module_init(ilo_init); |
912 | module_exit(ilo_exit); | 912 | module_exit(ilo_exit); |