net/core: Document reuseport_add_sock() bind_inany argument
authorBart Van Assche <bvanassche@acm.org>
Mon, 25 Mar 2019 16:17:19 +0000 (09:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Mar 2019 20:49:43 +0000 (13:49 -0700)
commit37f3c421e8f09eeee3b78991af4fe13c126616d9
tree5d56adebac5e58f452beaa9258b39d2447e6ec17
parent863d1a8d5523d345186277014cebe861f2782130
net/core: Document reuseport_add_sock() bind_inany argument

This patch avoids that the following warning is reported when building
with W=1:

warning: Function parameter or member 'bind_inany' not described in 'reuseport_add_sock'

Cc: Martin KaFai Lau <kafai@fb.com>
Fixes: 2dbb9b9e6df6 ("bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT") # v4.19.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock_reuseport.c