treewide: Fix typos in printk
This patch fix spelling typos found in printk within various part of the kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
9938b04472
commit
c19ca6cb4c
@@ -122,7 +122,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts)
|
||||
if (match_int(&args[0], &option))
|
||||
return -EINVAL;
|
||||
if (option <= 0) {
|
||||
EXOFS_ERR("Timout must be > 0");
|
||||
EXOFS_ERR("Timeout must be > 0");
|
||||
return -EINVAL;
|
||||
}
|
||||
opts->timeout = option * HZ;
|
||||
|
Reference in New Issue
Block a user