diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pcie/aspm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c index 6892601fc76f..cbfbab18be91 100644 --- a/drivers/pci/pcie/aspm.c +++ b/drivers/pci/pcie/aspm.c | |||
@@ -940,7 +940,7 @@ static int __init pcie_aspm_disable(char *str) | |||
940 | printk(KERN_INFO "PCIe ASPM is disabled\n"); | 940 | printk(KERN_INFO "PCIe ASPM is disabled\n"); |
941 | } else if (!strcmp(str, "force")) { | 941 | } else if (!strcmp(str, "force")) { |
942 | aspm_force = 1; | 942 | aspm_force = 1; |
943 | printk(KERN_INFO "PCIe ASPM is forcedly enabled\n"); | 943 | printk(KERN_INFO "PCIe ASPM is forcibly enabled\n"); |
944 | } | 944 | } |
945 | return 1; | 945 | return 1; |
946 | } | 946 | } |