diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-10-12 18:06:32 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-13 18:41:37 +0200 |
commit | 40af35fdf79c77e19c597e47cc8fe9a8e200de30 (patch) | |
tree | 13d66a4ae18c75fc043f75a09a39ed79a1c7b822 /net/ipv6/ip6_gre.c | |
parent | Merge branch 'net-constify-dev_addr-passing-for-protocols' (diff) | |
download | linux-40af35fdf79c77e19c597e47cc8fe9a8e200de30.tar.xz linux-40af35fdf79c77e19c597e47cc8fe9a8e200de30.zip |
netdevice: demote the type of some dev_addr_set() helpers
__dev_addr_set() and dev_addr_mod() and pretty low level,
let the arguments be void, there's no chance for confusion
in callers converted to use them. Keep u8 in dev_addr_set()
because some of the callers are converted from a loop
and we want to make sure assignments are not from an array
of a different type.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv6/ip6_gre.c')
0 files changed, 0 insertions, 0 deletions