projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a038c03
)
thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 18 May 2017 07:42:49 +0000
(08:42 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:44:17 +0000
(11:44 +0200)
Trivial fix to spelling mistake in tb_sw_warn warning message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/eeprom.c
patch
|
blob
|
history
diff --git
a/drivers/thunderbolt/eeprom.c
b/drivers/thunderbolt/eeprom.c
index 996c6e29c8ad2ff5a8ae0292c4f04af620a650b1..308b6e17c88aace0775b4ed0a5460097559d66ca 100644
(file)
--- a/
drivers/thunderbolt/eeprom.c
+++ b/
drivers/thunderbolt/eeprom.c
@@
-291,7
+291,7
@@
int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid)
crc = tb_crc8(data + 1, 8);
if (crc != data[0]) {
- tb_sw_warn(sw, "uid crc8 mis
s
match (expected: %#x, got: %#x)\n",
+ tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n",
data[0], crc);
return -EIO;
}