commit | 6391c4f67ad1643a17b54376e381038b9e660a0f | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Thu Aug 31 16:18:15 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 01 18:35:23 2017 -0700 |
tree | c86d794176496928e2b164f6da46b06e937dd707 | |
parent | 5debc53ffecf79ca1c2d6fc194764cb6a8fa91a9 [diff] |
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>