aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorPeter Lafreniere <[email protected]>2022-06-06 07:34:58 -0400
committerJakub Kicinski <[email protected]>2022-06-08 10:12:43 -0700
commita84a434baf9427a1c49782fb1f0973d1308016df (patch)
tree611b16f3dfbd1de06607d89a3477c9dd81ce6059 /drivers/net/xen-netback/interface.c
parent17e9157c4ed00a90fcf34d9caffee90d194ebfa3 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions