@@ -308,7 +308,7 @@ struct tb_port {
308308 * struct usb4_port - USB4 port device
309309 * @dev: Device for the port
310310 * @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
312312 * it into offline mode and back
313313 * @offline: The port is currently in offline mode
314314 * @margining: Pointer to margining structure if enabled
@@ -355,7 +355,7 @@ struct tb_retimer {
355355 * struct tb_path_hop - routing information for a tb_path
356356 * @in_port: Ingress port of a switch
357357 * @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)
359359 * @in_hop_index: HopID where the path configuration entry is placed in
360360 * the path config space of @in_port.
361361 * @in_counter_index: Used counter index (not used in the driver
@@ -499,9 +499,9 @@ struct tb_path {
499499 * performed. If this returns %-EOPNOTSUPP then the
500500 * native USB4 router operation is called.
501501 * @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.
505505 */
506506struct tb_cm_ops {
507507 int (* driver_ready )(struct tb * tb );
@@ -1109,7 +1109,7 @@ struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end,
11091109 struct tb_port * prev );
11101110
11111111/**
1112- * tb_port_path_direction_downstream() - Checks if path directed downstream
1112+ * tb_port_path_direction_downstream() - Checks if path is directed downstream
11131113 * @src: Source adapter
11141114 * @dst: Destination adapter
11151115 *
@@ -1141,7 +1141,7 @@ static inline bool tb_port_use_credit_allocation(const struct tb_port *port)
11411141 (p) = tb_next_port_on_path((src), (dst), (p)))
11421142
11431143/**
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
11451145 * @src: Source port
11461146 * @dst: Destination port
11471147 * @p: Port used as iterator
0 commit comments