Hi Antonio,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 6d858708d465669ba7de17e9c5691eb4019166e8]
url: https://github.com/intel-lab-lkp/linux/commits/Antonio-Quartulli/netlink-add... base: 6d858708d465669ba7de17e9c5691eb4019166e8 patch link: https://lore.kernel.org/r/20241016-b4-ovpn-v9-11-aabe9d225ad5%40openvpn.net patch subject: [PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot lkp@intel.com | Closes: https://lore.kernel.org/oe-kbuild-all/202410191934.uhcv7iPs-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
drivers/net/ovpn/io.c: socket.h is included more than once.
vim +25 drivers/net/ovpn/io.c
16 17 #include "ovpnstruct.h" 18 #include "peer.h" 19 #include "io.h" 20 #include "bind.h" 21 #include "crypto.h" 22 #include "crypto_aead.h" 23 #include "netlink.h" 24 #include "proto.h"
25 #include "socket.h"
26 #include "udp.h" 27 #include "skb.h"
28 #include "socket.h"
29