]> 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)
commit081583a004b8c879e2702fb67c36737600027f4f
treeaab26f9bcbf514b0f4151e353e1ec6855f6519eb
parente8a24502dce31563b1793b8d3ee957f77961a6ce
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