Skip to content

Commit cafe5dd

Browse files
aborzeszwesteri
authored andcommitted
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>
1 parent 6c1e574 commit cafe5dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/thunderbolt/switch.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@ static int tb_init_port(struct tb_port *port)
736736
port->cap_usb4 = cap;
737737

738738
/*
739-
* USB4 ports the buffers allocated for the control path
739+
* USB4 port buffers allocated for the control path
740740
* can be read from the path config space. Legacy
741-
* devices we use hard-coded value.
741+
* devices use hard-coded value.
742742
*/
743743
if (port->cap_usb4) {
744744
struct tb_regs_hop hop;
@@ -3221,7 +3221,7 @@ int tb_switch_configure_link(struct tb_switch *sw)
32213221
* @sw: Switch whose link is unconfigured
32223222
*
32233223
* Sets the link unconfigured so the @sw will be disconnected if the
3224-
* domain exists sleep.
3224+
* domain exits sleep.
32253225
*/
32263226
void tb_switch_unconfigure_link(struct tb_switch *sw)
32273227
{

0 commit comments

Comments
 (0)