aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apm_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
index dfcbe6924eaf..6b345f35f023 100644
--- a/arch/x86/kernel/apm_32.c
+++ b/arch/x86/kernel/apm_32.c
@@ -2446,7 +2446,7 @@ MODULE_PARM_DESC(idle_threshold,
2446 "System idle percentage above which to make APM BIOS idle calls"); 2446 "System idle percentage above which to make APM BIOS idle calls");
2447module_param(idle_period, int, 0444); 2447module_param(idle_period, int, 0444);
2448MODULE_PARM_DESC(idle_period, 2448MODULE_PARM_DESC(idle_period,
2449 "Period (in sec/100) over which to caculate the idle percentage"); 2449 "Period (in sec/100) over which to calculate the idle percentage");
2450module_param(smp, bool, 0444); 2450module_param(smp, bool, 0444);
2451MODULE_PARM_DESC(smp, 2451MODULE_PARM_DESC(smp,
2452 "Set this to enable APM use on an SMP platform. Use with caution on older systems"); 2452 "Set this to enable APM use on an SMP platform. Use with caution on older systems");