Skip to content
Snippets Groups Projects
Commit 3e49e6d5 authored by Cesar Eduardo Barros's avatar Cesar Eduardo Barros Committed by David S. Miller
Browse files

net: use CHECKSUM_NONE instead of magic number


Two places in the kernel were doing skb->ip_summed = 0.

Change both to skb->ip_summed = CHECKSUM_NONE, which is more readable.

Signed-off-by: default avatarCesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f4e5bd4f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment