Skip to content

Commit 91c7b37

Browse files
aborzeszwesteri
authored andcommitted
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>
1 parent 4994e9a commit 91c7b37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/thunderbolt/icm.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ icm_fr_device_connected(struct tb *tb, const struct icm_pkg_header *hdr)
787787
* information might have changed for example by the
788788
* fact that a switch on a dual-link connection might
789789
* have been enumerated using the other link now. Make
790-
* sure our book keeping matches that.
790+
* sure our bookkeeping matches that.
791791
*/
792792
if (sw->depth == depth && sw_phy_port == phy_port &&
793793
!!sw->authorized == authorized) {
@@ -969,7 +969,7 @@ icm_fr_xdomain_connected(struct tb *tb, const struct icm_pkg_header *hdr)
969969

970970
/*
971971
* 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
973973
* most likely another host that got disconnected.
974974
*/
975975
xd = tb_xdomain_find_by_link_depth(tb, link, depth);
@@ -2171,7 +2171,7 @@ static int icm_runtime_resume_switch(struct tb_switch *sw)
21712171
static int icm_runtime_resume(struct tb *tb)
21722172
{
21732173
/*
2174-
* We can reuse the same resume functionality than with system
2174+
* We can reuse the same resume functionality as with system
21752175
* suspend.
21762176
*/
21772177
icm_complete(tb);

0 commit comments

Comments
 (0)