[cgroup:review-xt_cgroup2 4/5] DockBook: include/net/sock.h:461: warning: No description found for parameter 'sk_cgroup'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-xt_cgroup2
head:   a2ea5b8e460c458101f96739c6a579b4d8ec325a
commit: a139ca59402a4a18bf85ffb975f1c26943bf5b00 [4/5] sock, cgroup: add sock->sk_cgroup
reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   include/linux/skbuff.h:842: warning: No description found for parameter 'sk'
>> include/net/sock.h:461: warning: No description found for parameter 'sk_cgroup'
   net/core/gen_stats.c:155: warning: No description found for parameter 'cpu'
   net/core/gen_estimator.c:212: warning: No description found for parameter 'cpu_bstats'
   net/core/gen_estimator.c:303: warning: No description found for parameter 'cpu_bstats'
   net/core/dev.c:6138: warning: No description found for parameter 'len'
   include/linux/netdevice.h:1300: warning: Enum value 'IFF_XMIT_DST_RELEASE_PERM' not described in enum 'netdev_priv_flags'
   include/linux/netdevice.h:1300: warning: Enum value 'IFF_IPVLAN_MASTER' not described in enum 'netdev_priv_flags'
   include/linux/netdevice.h:1300: warning: Enum value 'IFF_IPVLAN_SLAVE' not described in enum 'netdev_priv_flags'
   include/linux/netdevice.h:1801: warning: No description found for parameter 'ptype_all'
   include/linux/netdevice.h:1801: warning: No description found for parameter 'ptype_specific'

vim +/sk_cgroup +461 include/net/sock.h

d5f642384 Alexey Dobriyan    2008-11-04  445  #endif
4a19ec580 Laszlo Attila Toth 2008-01-30  446  	__u32			sk_mark;
e181a5430 Mathias Krause     2015-07-19  447  #ifdef CONFIG_CGROUP_NET_CLASSID
f84517253 Herbert Xu         2010-05-24  448  	u32			sk_classid;
e181a5430 Mathias Krause     2015-07-19  449  #endif
e1aab161e Glauber Costa      2011-12-11  450  	struct cg_proto		*sk_cgrp;
a139ca594 Tejun Heo          2015-11-17  451  #ifdef CONFIG_CGROUPS
a139ca594 Tejun Heo          2015-11-17  452  	struct cgroup		*sk_cgroup;
a139ca594 Tejun Heo          2015-11-17  453  #endif
^1da177e4 Linus Torvalds     2005-04-16  454  	void			(*sk_state_change)(struct sock *sk);
676d23690 David S. Miller    2014-04-11  455  	void			(*sk_data_ready)(struct sock *sk);
^1da177e4 Linus Torvalds     2005-04-16  456  	void			(*sk_write_space)(struct sock *sk);
^1da177e4 Linus Torvalds     2005-04-16  457  	void			(*sk_error_report)(struct sock *sk);
^1da177e4 Linus Torvalds     2005-04-16  458  	int			(*sk_backlog_rcv)(struct sock *sk,
^1da177e4 Linus Torvalds     2005-04-16  459  						  struct sk_buff *skb);
^1da177e4 Linus Torvalds     2005-04-16  460  	void                    (*sk_destruct)(struct sock *sk);
^1da177e4 Linus Torvalds     2005-04-16 @461  };
^1da177e4 Linus Torvalds     2005-04-16  462  
559835ea7 Pravin B Shelar    2013-09-24  463  #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data)))
559835ea7 Pravin B Shelar    2013-09-24  464  
559835ea7 Pravin B Shelar    2013-09-24  465  #define rcu_dereference_sk_user_data(sk)	rcu_dereference(__sk_user_data((sk)))
559835ea7 Pravin B Shelar    2013-09-24  466  #define rcu_assign_sk_user_data(sk, ptr)	rcu_assign_pointer(__sk_user_data((sk)), ptr)
559835ea7 Pravin B Shelar    2013-09-24  467  
4a17fd522 Pavel Emelyanov    2012-04-19  468  /*
4a17fd522 Pavel Emelyanov    2012-04-19  469   * SK_CAN_REUSE and SK_NO_REUSE on a socket mean that the socket is OK

:::::: The code at line 461 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>
:::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]     [Monitors]

  Powered by Linux