ipv6: sr: Use ARRAY_SIZE macro
authorThomas Meyer <thomas@m3y3r.de>
Thu, 31 Aug 2017 14:18:15 +0000 (16:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Sep 2017 01:35:23 +0000 (18:35 -0700)
commit6391c4f67ad1643a17b54376e381038b9e660a0f
treec86d794176496928e2b164f6da46b06e937dd707
parent5debc53ffecf79ca1c2d6fc194764cb6a8fa91a9
ipv6: sr: Use ARRAY_SIZE macro

Grepping for "sizeof\(.+\) / sizeof\(" found this as one of the first
candidates.
Maybe a coccinelle can catch all of those.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/seg6_hmac.c