projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f724fb
)
i2c: fix spelling mistake: "insufficent" -> "insufficient"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 29 Dec 2016 22:27:33 +0000
(22:27 +0000)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 12 Jan 2017 19:24:43 +0000
(20:24 +0100)
Trivial fix to spelling mistake in WARN message, insufficient has
an insufficient number of i's in the spelling.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/i2c-core.c
b/drivers/i2c/i2c-core.c
index c26296c2eac5f39f4af144db17f1ffd1523dbbb2..583e95042a21d86fe235d2e9784a1f6a6723205b 100644
(file)
--- a/
drivers/i2c/i2c-core.c
+++ b/
drivers/i2c/i2c-core.c
@@
-3632,7
+3632,7
@@
int i2c_slave_register(struct i2c_client *client, i2c_slave_cb_t slave_cb)
int ret;
if (!client || !slave_cb) {
- WARN(1, "insufficent data\n");
+ WARN(1, "insuffic
i
ent data\n");
return -EINVAL;
}