diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2024-09-24 09:05:45 +0100 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2024-10-01 12:06:07 +0200 |
| commit | 44badc908f2c85711cb18e45e13119c10ad3a05f (patch) | |
| tree | a5b0f67ff66b9c584c0e56a459aa97988e44bdb7 /include/net/tcp.h | |
| parent | cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't" (diff) | |
| download | linux-44badc908f2c85711cb18e45e13119c10ad3a05f.tar.gz linux-44badc908f2c85711cb18e45e13119c10ad3a05f.zip | |
tcp: Fix spelling mistake "emtpy" -> "empty"
There is a spelling mistake in a WARN_ONCE message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Link: https://patch.msgid.link/20240924080545.1324962-1-colin.i.king@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/net/tcp.h')
| -rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index d1948d357dad..739a9fb83d0c 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -2442,7 +2442,7 @@ static inline s64 tcp_rto_delta_us(const struct sock *sk) return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp; } else { WARN_ONCE(1, - "rtx queue emtpy: " + "rtx queue empty: " "out:%u sacked:%u lost:%u retrans:%u " "tlp_high_seq:%u sk_state:%u ca_state:%u " "advmss:%u mss_cache:%u pmtu:%u\n", |
