diff options
author | Andrew Lunn <[email protected]> | 2020-07-05 22:36:24 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-07-05 15:45:38 -0700 |
commit | f76b6ef11c5723e840c1fc49587d267297352e9e (patch) | |
tree | 65430eb1427ad04ff0497c3d1f0c388579f497cb /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 8caefe7e41b9ea2e1fdc806b45d224fe2ec0d618 (diff) |
net: dsa: bcm_sf2: Initialize __be16 with a __be16 value
A __be16 variable should be initialised with a __be16 value. So add a
htons(). In this case it is pointless, given the value being assigned
is 0xffff, but it stops sparse from warnings.
Signed-off-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions