]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/platform/x86/eeepc-laptop.c
platform-drivers: x86: fix common misspellings
[karo-tx-linux.git] / drivers / platform / x86 / eeepc-laptop.c
index 6605beac0d0e5e570b0b0e7baf6edf6abbd03f73..5f2dd386152b52236991b73c60b61fa361555af9 100644 (file)
@@ -1322,7 +1322,7 @@ static void cmsg_quirk(struct eeepc_laptop *eeepc, int cm, const char *name)
 {
        int dummy;
 
-       /* Some BIOSes do not report cm although it is avaliable.
+       /* Some BIOSes do not report cm although it is available.
           Check if cm_getv[cm] works and, if yes, assume cm should be set. */
        if (!(eeepc->cm_supported & (1 << cm))
            && !read_acpi_int(eeepc->handle, cm_getv[cm], &dummy)) {