]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
bpf: remove reference to sock_filter_ext from kerneldoc comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 18 Apr 2017 09:27:00 +0000 (11:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2017 19:26:49 +0000 (15:26 -0400)
commit1f504ec9896ba682270c2ffc119f93eb8ac064ee
tree5602edf76a947cf1476714e5d98339ae2ae7fbe7
parent028f43bc64401ead2bf86adcef1b7ffdbb170509
bpf: remove reference to sock_filter_ext from kerneldoc comment

struct sock_filter_ext didn't make it into the tree and is now called
struct bpf_insn. Reword the kerneldoc comment for bpf_convert_filter()
accordingly.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c