Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb7bfcce authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"



Trivial fix to spelling mistake in tb_sw_warn warning message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a038c037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}