Re: [PATCH] arp: make arp_hdr_len() return unsigned int
From: David Miller <davem@davemloft.net>
Date: 2017-09-28 17:29:50
From: David Miller <davem@davemloft.net>
Date: 2017-09-28 17:29:50
From: Alexey Dobriyan <redacted> Date: Tue, 26 Sep 2017 23:12:28 +0300
Negative ARP header length are not a thing. Constify arguments while I'm at it. Space savings: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-3 (-3) function old new delta arpt_do_table 1163 1160 -3 Signed-off-by: Alexey Dobriyan <redacted>
Applied.