Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / misc / mei / init.c
index 6fc573c..ed1d752 100644 (file)
@@ -38,7 +38,7 @@ const char *mei_dev_state_str(int state)
        MEI_DEV_STATE(POWER_DOWN);
        MEI_DEV_STATE(POWER_UP);
        default:
-               return "unkown";
+               return "unknown";
        }
 #undef MEI_DEV_STATE
 }