* [net-next:master 2181/2226] htmldocs: net/core/dev.c:6865: warning: No description found for parameter 'extack'
@ 2017-05-01 21:58 kbuild test robot
2017-05-01 22:53 ` [PATCH net-next] xdp: fix parameter kdoc for extack Jakub Kicinski
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-05-01 21:58 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: kbuild-all, netdev
[-- Attachment #1: Type: text/plain, Size: 3410 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: 5b8481fa42ac58484d633b558579e302aead64c1
commit: ddf9f970764f4390aba767e77fddaaced4a6760d [2181/2226] xdp: propagate extended ack to XDP setup
reproduce: make htmldocs
All warnings (new ones prefixed by >>):
include/net/sock.h:476: warning: No description found for parameter 'sk_tsq_flags'
include/net/sock.h:476: warning: No description found for parameter '__sk_flags_offset[0]'
include/net/sock.h:476: warning: No description found for parameter 'sk_uid'
>> net/core/dev.c:6865: warning: No description found for parameter 'extack'
>> net/core/dev.c:6865: warning: Excess function parameter 'extact' description in 'dev_change_xdp_fd'
drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'
drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'
vim +/extack +6865 net/core/dev.c
d746d707 Anuradha Karuppiah 2015-07-14 6849 return -ENODEV;
d746d707 Anuradha Karuppiah 2015-07-14 6850 return ops->ndo_change_proto_down(dev, proto_down);
d746d707 Anuradha Karuppiah 2015-07-14 6851 }
d746d707 Anuradha Karuppiah 2015-07-14 6852 EXPORT_SYMBOL(dev_change_proto_down);
d746d707 Anuradha Karuppiah 2015-07-14 6853
d746d707 Anuradha Karuppiah 2015-07-14 6854 /**
a7862b45 Brenden Blanco 2016-07-19 6855 * dev_change_xdp_fd - set or clear a bpf program for a device rx path
a7862b45 Brenden Blanco 2016-07-19 6856 * @dev: device
ddf9f970 Jakub Kicinski 2017-04-30 6857 * @extact: netlink extended ack
a7862b45 Brenden Blanco 2016-07-19 6858 * @fd: new program fd or negative value to clear
85de8576 Daniel Borkmann 2016-11-28 6859 * @flags: xdp-related flags
a7862b45 Brenden Blanco 2016-07-19 6860 *
a7862b45 Brenden Blanco 2016-07-19 6861 * Set or clear a bpf program for a device
a7862b45 Brenden Blanco 2016-07-19 6862 */
ddf9f970 Jakub Kicinski 2017-04-30 6863 int dev_change_xdp_fd(struct net_device *dev, struct netlink_ext_ack *extack,
ddf9f970 Jakub Kicinski 2017-04-30 6864 int fd, u32 flags)
a7862b45 Brenden Blanco 2016-07-19 @6865 {
b5cdae32 David S. Miller 2017-04-18 6866 int (*xdp_op)(struct net_device *dev, struct netdev_xdp *xdp);
a7862b45 Brenden Blanco 2016-07-19 6867 const struct net_device_ops *ops = dev->netdev_ops;
a7862b45 Brenden Blanco 2016-07-19 6868 struct bpf_prog *prog = NULL;
85de8576 Daniel Borkmann 2016-11-28 6869 struct netdev_xdp xdp;
a7862b45 Brenden Blanco 2016-07-19 6870 int err;
a7862b45 Brenden Blanco 2016-07-19 6871
85de8576 Daniel Borkmann 2016-11-28 6872 ASSERT_RTNL();
85de8576 Daniel Borkmann 2016-11-28 6873
:::::: The code at line 6865 was first introduced by commit
:::::: a7862b45849fe2f8610a2bec89235580f55d337f net: add ndo to setup/query xdp prog in adapter rx
:::::: TO: Brenden Blanco <bblanco@plumgrid.com>
:::::: CC: David S. Miller <davem@davemloft.net>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6576 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-02 1:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 21:58 [net-next:master 2181/2226] htmldocs: net/core/dev.c:6865: warning: No description found for parameter 'extack' kbuild test robot
2017-05-01 22:53 ` [PATCH net-next] xdp: fix parameter kdoc for extack Jakub Kicinski
2017-05-02 1:30 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).