mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 14:31:46 +00:00
fix typo in net/ipv4/ip_fragment.c
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
53569ab785
commit
47c6bf7760
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ static void ip_frag_queue(struct ipq *qp, struct sk_buff *skb)
|
||||||
} else {
|
} else {
|
||||||
struct sk_buff *free_it = next;
|
struct sk_buff *free_it = next;
|
||||||
|
|
||||||
/* Old fragmnet is completely overridden with
|
/* Old fragment is completely overridden with
|
||||||
* new one drop it.
|
* new one drop it.
|
||||||
*/
|
*/
|
||||||
next = next->next;
|
next = next->next;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue