mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ipmi_si: Fix module parameter doc names
Several were tryacpi instead of their actual values. Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
21c8f9154d
commit
f813655a36
@ -1363,12 +1363,12 @@ MODULE_PARM_DESC(trydmi, "Setting this to zero will disable the"
|
|||||||
" default scan of the interfaces identified via DMI");
|
" default scan of the interfaces identified via DMI");
|
||||||
#endif
|
#endif
|
||||||
module_param_named(tryplatform, si_tryplatform, bool, 0);
|
module_param_named(tryplatform, si_tryplatform, bool, 0);
|
||||||
MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
|
MODULE_PARM_DESC(tryplatform, "Setting this to zero will disable the"
|
||||||
" default scan of the interfaces identified via platform"
|
" default scan of the interfaces identified via platform"
|
||||||
" interfaces like openfirmware");
|
" interfaces like openfirmware");
|
||||||
#ifdef CONFIG_PCI
|
#ifdef CONFIG_PCI
|
||||||
module_param_named(trypci, si_trypci, bool, 0);
|
module_param_named(trypci, si_trypci, bool, 0);
|
||||||
MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
|
MODULE_PARM_DESC(trypci, "Setting this to zero will disable the"
|
||||||
" default scan of the interfaces identified via pci");
|
" default scan of the interfaces identified via pci");
|
||||||
#endif
|
#endif
|
||||||
module_param_named(trydefaults, si_trydefaults, bool, 0);
|
module_param_named(trydefaults, si_trydefaults, bool, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user