bpf: Fix bpf_skc_lookup comment wrt. return type
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 Jun 2022 15:21:21 +0000 (17:21 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 17 Jun 2022 16:36:45 +0000 (18:36 +0200)
commitf5be22c64bd6ee6c1cb0b34f4ff748d43879cd4c
tree829e3abb234adf8307d4f4f52db6ad44816d9e1f
parentdc368e1c658e4f478a45e8d1d5b0c8392ca87506
bpf: Fix bpf_skc_lookup comment wrt. return type

The function no longer returns 'unsigned long' as of commit edbf8c01de5a
("bpf: add skc_lookup_tcp helper").

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220617152121.29617-1-tklauser@distanz.ch
net/core/filter.c