Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netfilter: bitwise: replace hard-coded size with
sizeof
expression
When calculating the length of an array, use the appropriate `sizeof` expression for its type, rather than an integer literal. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
- Loading branch information