]> git.baikalelectronics.ru Git - kernel.git/commit
net/packet: constify __packet_get_status() argument
authorEric Dumazet <edumazet@google.com>
Wed, 12 Jun 2019 16:52:26 +0000 (09:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 01:52:14 +0000 (18:52 -0700)
commit9b8de6a50fbcb5e73a0970738fa299fbc966b686
treeaab26f9bcbf514b0f4151e353e1ec6855f6519eb
parentbe16fcf0201f54e9f28562461220f479a53625af
net/packet: constify __packet_get_status() argument

struct packet_sock  is only read.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c