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

thunderbolt: Fix typos in switch.c

Fix typos in switch.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
cafe5dd8 6c1e5744

+3 -3
+3 -3
drivers/thunderbolt/switch.c
··· 736 736 port->cap_usb4 = cap; 737 737 738 738 /* 739 - * USB4 ports the buffers allocated for the control path 739 + * USB4 port buffers allocated for the control path 740 740 * can be read from the path config space. Legacy 741 - * devices we use hard-coded value. 741 + * devices use hard-coded value. 742 742 */ 743 743 if (port->cap_usb4) { 744 744 struct tb_regs_hop hop; ··· 3221 3221 * @sw: Switch whose link is unconfigured 3222 3222 * 3223 3223 * Sets the link unconfigured so the @sw will be disconnected if the 3224 - * domain exists sleep. 3224 + * domain exits sleep. 3225 3225 */ 3226 3226 void tb_switch_unconfigure_link(struct tb_switch *sw) 3227 3227 {