Commit 180153ef authored by Wei Yongjun's avatar Wei Yongjun Committed by Corey Minyard
Browse files

ipmi_si_platform: Fix typo in parameter description



Fix typo in parameter description.

Fixes: 95e300c0 ("ipmi: Make the DMI probe into a generic platform probe")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent a638349b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
#endif
#ifdef CONFIG_OF
module_param_named(tryopenfirmware, si_tryopenfirmware, bool, 0);
MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
MODULE_PARM_DESC(tryopenfirmware, "Setting this to zero will disable the"
		 " default scan of the interfaces identified via OpenFirmware");
#endif
#ifdef CONFIG_DMI