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

thunderbolt: Fix typos in tb.c

Fix typos in tb.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
6cdbf501 cafe5dd8

+7 -7
+7 -7
drivers/thunderbolt/tb.c
··· 322 322 323 323 /* 324 324 * If both routers at the end of the link are v2 we simply 325 - * enable the enhanched uni-directional mode. That covers all 325 + * enable the enhanced uni-directional mode. That covers all 326 326 * the CL states. For v1 and before we need to use the normal 327 327 * rate to allow CL1 (when supported). Otherwise we keep the TMU 328 328 * running at the highest accuracy. ··· 538 538 * @src_port: Source protocol adapter 539 539 * @dst_port: Destination protocol adapter 540 540 * @port: USB4 port the consumed bandwidth is calculated 541 - * @consumed_up: Consumed upsream bandwidth (Mb/s) 541 + * @consumed_up: Consumed upstream bandwidth (Mb/s) 542 542 * @consumed_down: Consumed downstream bandwidth (Mb/s) 543 543 * 544 544 * Calculates consumed USB3 and PCIe bandwidth at @port between path ··· 589 589 * @src_port: Source protocol adapter 590 590 * @dst_port: Destination protocol adapter 591 591 * @port: USB4 port the consumed bandwidth is calculated 592 - * @consumed_up: Consumed upsream bandwidth (Mb/s) 592 + * @consumed_up: Consumed upstream bandwidth (Mb/s) 593 593 * @consumed_down: Consumed downstream bandwidth (Mb/s) 594 594 * 595 595 * Calculates consumed DP bandwidth at @port between path from @src_port ··· 1115 1115 1116 1116 /* 1117 1117 * Here requested + consumed > threshold so we need to 1118 - * transtion the link into asymmetric now. 1118 + * transition the link into asymmetric now. 1119 1119 */ 1120 1120 ret = tb_switch_set_link_width(up->sw, width_up); 1121 1121 if (ret) { ··· 1936 1936 */ 1937 1937 tb_recalc_estimated_bandwidth(tb); 1938 1938 /* 1939 - * In case of DP tunnel exists, change host 1939 + * In case DP tunnel exists, change host 1940 1940 * router's 1st children TMU mode to HiFi for 1941 1941 * CL0s to work. 1942 1942 */ ··· 2786 2786 * There is no request active so this means the 2787 2787 * BW allocation mode was enabled from graphics 2788 2788 * side. At this point we know that the graphics 2789 - * driver has read the DRPX capabilities so we 2790 - * can offer an better bandwidth estimatation. 2789 + * driver has read the DPRX capabilities so we 2790 + * can offer better bandwidth estimation. 2791 2791 */ 2792 2792 tb_port_dbg(in, "DPTX enabled bandwidth allocation mode, updating estimated bandwidth\n"); 2793 2793 tb_recalc_estimated_bandwidth(tb);