Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / remoteproc / remoteproc_core.c
index 8edb4ae..814af5a 100644 (file)
@@ -59,7 +59,7 @@ static const char *rproc_crash_to_string(enum rproc_crash_type type)
 {
        if (type < ARRAY_SIZE(rproc_crash_names))
                return rproc_crash_names[type];
-       return "unkown";
+       return "unknown";
 }
 
 /*