diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-04-18 00:12:55 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-24 16:43:00 +0200 |
commit | b23f7a09f93516f90c8e51d3e2d822f67d809d8b (patch) | |
tree | 7a2a242fa58a164ec252cfda417c3854e84c8bd9 /drivers/remoteproc | |
parent | 372c1d6d64abc0565188c24015c55229413c65cb (diff) |
treewide: Fix typo in printk and comments
Fix typo in printk and comments within various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/remoteproc_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 29387df4bfc9..ecbceaf6882b 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -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"; } /* |