diff options
-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); |