* [cilium:pr/netkit-iouring6 1/2] net/core/netdev-genl.c:1123:5: warning: no previous prototype for function 'netdev_nl_bind_queue_doit'
@ 2025-11-27 18:48 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-27 18:48 UTC (permalink / raw)
To: David Wei; +Cc: llvm, oe-kbuild-all, Daniel Borkmann, Nikolay Aleksandrov
tree: https://github.com/cilium/linux.git pr/netkit-iouring6
head: 7bfb4fc5f460441d05b483647e4f4c59c4afaeb1
commit: f54fd4a1c99a85d283ce07ebc4505d09a28b28f5 [1/2] net: Add bind-queue operation
config: x86_64-kexec (https://download.01.org/0day-ci/archive/20251127/202511271941.PlC6xXYn-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511271941.PlC6xXYn-lkp@intel.com/reproduce)
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/202511271941.PlC6xXYn-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> net/core/netdev-genl.c:1123:5: warning: no previous prototype for function 'netdev_nl_bind_queue_doit' [-Wmissing-prototypes]
1123 | int netdev_nl_bind_queue_doit(struct sk_buff *skb, struct genl_info *info)
| ^
net/core/netdev-genl.c:1123:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
1123 | int netdev_nl_bind_queue_doit(struct sk_buff *skb, struct genl_info *info)
| ^
| static
1 warning generated.
vim +/netdev_nl_bind_queue_doit +1123 net/core/netdev-genl.c
1122
> 1123 int netdev_nl_bind_queue_doit(struct sk_buff *skb, struct genl_info *info)
1124 {
1125 return -EOPNOTSUPP;
1126 }
1127
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-27 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 18:48 [cilium:pr/netkit-iouring6 1/2] net/core/netdev-genl.c:1123:5: warning: no previous prototype for function 'netdev_nl_bind_queue_doit' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox