Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thunderbolt: Fix typos in icm.c

Fix typos in icm.c. No functional changes.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

authored by

Alan Borzeszkowski and committed by
Mika Westerberg
91c7b372 4994e9a7

+3 -3
+3 -3
drivers/thunderbolt/icm.c
··· 787 787 * information might have changed for example by the 788 788 * fact that a switch on a dual-link connection might 789 789 * have been enumerated using the other link now. Make 790 - * sure our book keeping matches that. 790 + * sure our bookkeeping matches that. 791 791 */ 792 792 if (sw->depth == depth && sw_phy_port == phy_port && 793 793 !!sw->authorized == authorized) { ··· 969 969 970 970 /* 971 971 * Look if there already exists an XDomain in the same place 972 - * than the new one and in that case remove it because it is 972 + * as the new one and in that case remove it because it is 973 973 * most likely another host that got disconnected. 974 974 */ 975 975 xd = tb_xdomain_find_by_link_depth(tb, link, depth); ··· 2171 2171 static int icm_runtime_resume(struct tb *tb) 2172 2172 { 2173 2173 /* 2174 - * We can reuse the same resume functionality than with system 2174 + * We can reuse the same resume functionality as with system 2175 2175 * suspend. 2176 2176 */ 2177 2177 icm_complete(tb);