diff options
| author | Randy Dunlap <[email protected]> | 2020-08-23 01:07:13 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-08-25 00:31:20 +0000 |
| commit | 54633527769e5a5b51fc225e37660bd7d0abc3da (patch) | |
| tree | 65da2ba0f96a2e96b6788fa7f091d880d5567bf2 /net/dccp/ipv4.c | |
| parent | net: netlink: delete repeated words (diff) | |
| download | kernel-54633527769e5a5b51fc225e37660bd7d0abc3da.tar.gz kernel-54633527769e5a5b51fc225e37660bd7d0abc3da.zip | |
net: dccp: delete repeated words
Drop duplicated words in /net/dccp/.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Gerrit Renker <[email protected]>
Cc: [email protected]
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/dccp/ipv4.c')
| -rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 9c28c8251125..d8f3751a512b 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c @@ -731,7 +731,7 @@ int dccp_invalid_packet(struct sk_buff *skb) return 1; } /* - * If P.Data Offset is too too large for packet, drop packet and return + * If P.Data Offset is too large for packet, drop packet and return */ if (!pskb_may_pull(skb, dccph_doff * sizeof(u32))) { DCCP_WARN("P.Data Offset(%u) too large\n", dccph_doff); |
