Skip to content

Commit 84ef94d

Browse files
committed
Merge branch 'fix-comment-typos-about-transmit'
Yueh-Shun Li says: ==================== Fix comment typos about "transmit" Fix typos about "transmit" missing the first "s" found by searching with keyword "tram" in the first 7 patches. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents a7384f3 + a0e128e commit 84ef94d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/net/ethernet/intel/i40e/i40e_xsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ static void i40e_clean_xdp_tx_buffer(struct i40e_ring *tx_ring,
582582
* @vsi: Current VSI
583583
* @tx_ring: XDP Tx ring
584584
*
585-
* Returns true if cleanup/tranmission is done.
585+
* Returns true if cleanup/transmission is done.
586586
**/
587587
bool i40e_clean_xdp_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring)
588588
{

net/ipv4/tcp_input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2867,7 +2867,7 @@ static void tcp_process_loss(struct sock *sk, int flag, int num_dupack,
28672867
}
28682868
if (tcp_is_reno(tp)) {
28692869
/* A Reno DUPACK means new data in F-RTO step 2.b above are
2870-
* delivered. Lower inflight to clock out (re)tranmissions.
2870+
* delivered. Lower inflight to clock out (re)transmissions.
28712871
*/
28722872
if (after(tp->snd_nxt, tp->high_seq) && num_dupack)
28732873
tcp_add_reno_sack(sk, num_dupack, flag & FLAG_ECE);

net/tls/tls_device_fallback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in,
271271
* There is a corner case where the packet contains
272272
* both an acked and a non-acked record.
273273
* We currently don't handle that case and rely
274-
* on TCP to retranmit a packet that doesn't contain
274+
* on TCP to retransmit a packet that doesn't contain
275275
* already acked payload.
276276
*/
277277
if (!is_start_marker)

0 commit comments

Comments
 (0)