diff options
author | Masanari Iida <standby24x7@gmail.com> | 2018-01-16 00:18:36 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-27 09:51:22 +0200 |
commit | bc8282a730215f1ffab5959556b20e99c7ff6cef (patch) | |
tree | a05d16660497f66a6b6fae00a785078049bdcca7 /fs/orangefs | |
parent | 2f097267e70e2775780bee117d0c62011b740f4c (diff) | |
download | linux-bc8282a730215f1ffab5959556b20e99c7ff6cef.tar.bz2 |
treewide: Fix typos in printk
This patch fixes spelling typos found in printk.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/orangefs')
-rw-r--r-- | fs/orangefs/orangefs-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-utils.c b/fs/orangefs/orangefs-utils.c index ea6256d136d1..00fadaf0da8f 100644 --- a/fs/orangefs/orangefs-utils.c +++ b/fs/orangefs/orangefs-utils.c @@ -500,7 +500,7 @@ int orangefs_normalize_to_errno(__s32 error_code) * server. */ } else if (error_code > 0) { - gossip_err("orangefs: error status receieved.\n"); + gossip_err("orangefs: error status received.\n"); gossip_err("orangefs: assuming error code is inverted.\n"); error_code = -error_code; } |