aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-12-13 15:26:11 +0900
committerJiri Kosina <jkosina@suse.cz>2016-02-15 11:18:22 +0100
commitfc4fa6e112c0f999fab022a4eb7f6614bb47c7ab (patch)
tree45485a5a653f990012e16aba0acadf287e8e6957 /drivers/input/touchscreen
parentfloppy: make local variable non-static (diff)
downloadlinux-dev-fc4fa6e112c0f999fab022a4eb7f6614bb47c7ab.tar.xz
linux-dev-fc4fa6e112c0f999fab022a4eb7f6614bb47c7ab.zip
treewide: Fix typo in printk
This patch fix spelling typos found in printk and Kconfig. 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/wdt87xx_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wdt87xx_i2c.c b/drivers/input/touchscreen/wdt87xx_i2c.c
index 515c20a6e10f..73861ad22df4 100644
--- a/drivers/input/touchscreen/wdt87xx_i2c.c
+++ b/drivers/input/touchscreen/wdt87xx_i2c.c
@@ -848,7 +848,7 @@ static int wdt87xx_do_update_firmware(struct i2c_client *client,
error = wdt87xx_get_sysparam(client, &wdt->param);
if (error)
dev_err(&client->dev,
- "failed to refresh system paramaters: %d\n", error);
+ "failed to refresh system parameters: %d\n", error);
out:
enable_irq(client->irq);
mutex_unlock(&wdt->fw_mutex);