PCIe ASPM: forcedly -> forcibly
authorMichael Witten <mfwitten@gmail.com>
Tue, 28 Jun 2011 06:15:05 +0000 (06:15 +0000)
committerJiri Kosina <jkosina@suse.cz>
Wed, 29 Jun 2011 12:24:14 +0000 (14:24 +0200)
Merriam-Webster tells us that the word exists. However ...

  * Google suggests `forcibly' because it doesn't recognize `forcedly'.
  * Google lists 494 thousand results for `forcedly'.
  * Google lists 13.7 million results for `forcibly'.
  * Linus's repo contains  1 occurrence  of `forcedly' ( 0 after my change).
  * Linus's repo contains 60 occurrences of `forcibly' (61 after my change).

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/pci/pcie/aspm.c

index 6892601..cbfbab1 100644 (file)
@@ -940,7 +940,7 @@ static int __init pcie_aspm_disable(char *str)
                printk(KERN_INFO "PCIe ASPM is disabled\n");
        } else if (!strcmp(str, "force")) {
                aspm_force = 1;
-               printk(KERN_INFO "PCIe ASPM is forcedly enabled\n");
+               printk(KERN_INFO "PCIe ASPM is forcibly enabled\n");
        }
        return 1;
 }