]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"
authorColin Ian King <colin.king@canonical.com>
Thu, 18 May 2017 07:42:49 +0000 (08:42 +0100)
committerGreg 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

index 996c6e29c8ad2ff5a8ae0292c4f04af620a650b1..308b6e17c88aace0775b4ed0a5460097559d66ca 100644 (file)
@@ -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 missmatch (expected: %#x, got: %#x)\n",
+               tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n",
                                data[0], crc);
                return -EIO;
        }