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>
port->cap_usb4 = cap;
/*
- * USB4 ports the buffers allocated for the control path
+ * USB4 port buffers allocated for the control path
* can be read from the path config space. Legacy
- * devices we use hard-coded value.
+ * devices use hard-coded value.
*/
if (port->cap_usb4) {
struct tb_regs_hop hop;
* @sw: Switch whose link is unconfigured
*
* Sets the link unconfigured so the @sw will be disconnected if the
- * domain exists sleep.
+ * domain exits sleep.
*/
void tb_switch_unconfigure_link(struct tb_switch *sw)
{