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

thunderbolt: Fix typos in tb.h

Fix typos in tb.h. 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
20b2af31 6cdbf501

+7 -7
+7 -7
drivers/thunderbolt/tb.h
··· 308 308 * struct usb4_port - USB4 port device 309 309 * @dev: Device for the port 310 310 * @port: Pointer to the lane 0 adapter 311 - * @can_offline: Does the port have necessary platform support to moved 311 + * @can_offline: Does the port have necessary platform support to move 312 312 * it into offline mode and back 313 313 * @offline: The port is currently in offline mode 314 314 * @margining: Pointer to margining structure if enabled ··· 355 355 * struct tb_path_hop - routing information for a tb_path 356 356 * @in_port: Ingress port of a switch 357 357 * @out_port: Egress port of a switch where the packet is routed out 358 - * (must be on the same switch than @in_port) 358 + * (must be on the same switch as @in_port) 359 359 * @in_hop_index: HopID where the path configuration entry is placed in 360 360 * the path config space of @in_port. 361 361 * @in_counter_index: Used counter index (not used in the driver ··· 499 499 * performed. If this returns %-EOPNOTSUPP then the 500 500 * native USB4 router operation is called. 501 501 * @usb4_switch_nvm_authenticate_status: Optional callback that the CM 502 - * implementation can be used to 503 - * return status of USB4 NVM_AUTH 504 - * router operation. 502 + * implementation can use to return 503 + * status of USB4 NVM_AUTH router 504 + * operation. 505 505 */ 506 506 struct tb_cm_ops { 507 507 int (*driver_ready)(struct tb *tb); ··· 1109 1109 struct tb_port *prev); 1110 1110 1111 1111 /** 1112 - * tb_port_path_direction_downstream() - Checks if path directed downstream 1112 + * tb_port_path_direction_downstream() - Checks if path is directed downstream 1113 1113 * @src: Source adapter 1114 1114 * @dst: Destination adapter 1115 1115 * ··· 1141 1141 (p) = tb_next_port_on_path((src), (dst), (p))) 1142 1142 1143 1143 /** 1144 - * tb_for_each_upstream_port_on_path() - Iterate over each upstreamm port on path 1144 + * tb_for_each_upstream_port_on_path() - Iterate over each upstream port on path 1145 1145 * @src: Source port 1146 1146 * @dst: Destination port 1147 1147 * @p: Port used as iterator