projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c45b02
)
Input: apanel - spelling mistake - "skiping" -> "skipping"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jun 2016 17:04:39 +0000
(10:04 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 23 Jun 2016 17:44:01 +0000
(10:44 -0700)
trivial fix to spelling mistake in pr_notice message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/apanel.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/apanel.c
b/drivers/input/misc/apanel.c
index a8d2b8db4e359fbe521cce279909527cea4d984e..53630afab6061d5833f5bf85f72c07e1d59bb39e 100644
(file)
--- a/
drivers/input/misc/apanel.c
+++ b/
drivers/input/misc/apanel.c
@@
-297,7
+297,7
@@
static int __init apanel_init(void)
if (slave != i2c_addr) {
pr_notice(APANEL ": only one SMBus slave "
- "address supported, skiping device...\n");
+ "address supported, skip
p
ing device...\n");
continue;
}