diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-04-20 00:27:33 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-28 10:52:28 +0200 |
commit | c01e01597cbd0cf0571c2b05bf9e2245afb4478d (patch) | |
tree | 42c4de0f06da68e34e674cc1caf346205e806a7f /drivers/input/touchscreen | |
parent | 35fc7b7dacc1f9bd6bdb5190cd6d355b7c5414d2 (diff) |
treewide: Fix typos in printk
This patch fix spelling typos in printk from various part
of the codes.
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 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/cyttsp4_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/cyttsp4_core.c b/drivers/input/touchscreen/cyttsp4_core.c index 5ed31057430c..44deca88c579 100644 --- a/drivers/input/touchscreen/cyttsp4_core.c +++ b/drivers/input/touchscreen/cyttsp4_core.c @@ -1499,7 +1499,7 @@ static int cyttsp4_core_sleep_(struct cyttsp4 *cd) if (IS_BOOTLOADER(mode[0], mode[1])) { mutex_unlock(&cd->system_lock); - dev_err(cd->dev, "%s: Device in BOOTLADER mode.\n", __func__); + dev_err(cd->dev, "%s: Device in BOOTLOADER mode.\n", __func__); rc = -EINVAL; goto error; } |