Hi Dave,
This patch series addresses the compiler warnings reported when
building the code in net/core with W=1. Please consider this patch
series for kernel v5.2.
Thanks,
Bart.
Changes compared to v1:
- Dropped two patches from this series.
- Rebased this patch series on top of
git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
Bart Van Assche (5):
net/core: Document reuseport_add_sock() bind_inany argument
net/core: Document all dev_ioctl() arguments
net/core: Document __skb_flow_dissect() flags argument
net/core: Fix rtnetlink kernel-doc headers
net/core: Allow the compiler to verify declaration and definition
consistency
net/core/datagram.c | 2 ++
net/core/datagram.h | 15 +++++++++++++++
net/core/dev_ioctl.c | 3 ++-
net/core/flow_dissector.c | 2 ++
net/core/rtnetlink.c | 9 ++++++---
net/core/skbuff.c | 5 ++---
net/core/sock_reuseport.c | 2 ++
7 files changed, 31 insertions(+), 7 deletions(-)
create mode 100644 net/core/datagram.h
--
2.21.0.155.ge902e9bcae20