summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
diff options
context:
space:
mode:
authorPeter Lafreniere <pjlafren@mtu.edu>2022-06-06 07:34:58 -0400
committerJakub Kicinski <kuba@kernel.org>2022-06-08 10:12:43 -0700
commita84a434baf9427a1c49782fb1f0973d1308016df (patch)
tree611b16f3dfbd1de06607d89a3477c9dd81ce6059 /drivers/net/ethernet/intel/i40e/i40e_main.c
parent17e9157c4ed00a90fcf34d9caffee90d194ebfa3 (diff)
downloadlinux-a84a434baf9427a1c49782fb1f0973d1308016df.tar.bz2
net: constify some inline functions in sock.h
Despite these inline functions having full visibility to the compiler at compile time, they still strip const from passed pointers. This change allows for functions in various network drivers to be marked as const that could not be marked const before. Signed-off-by: Peter Lafreniere <pjlafren@mtu.edu> Link: https://lore.kernel.org/r/20220606113458.35953-1-pjlafren@mtu.edu Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_main.c')
0 files changed, 0 insertions, 0 deletions