net/sock.h: make some fields private to fix kernel-doc warning(s)
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 8 Jan 2011 17:39:21 +0000 (17:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jan 2011 00:26:51 +0000 (16:26 -0800)
Fix new kernel-doc notation warning in sock.h by annotating skc_dontcopy_*
as private fields.

Warning(include/net/sock.h:163): No description found for parameter 'skc_dontcopy_end[0]'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found