All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 10/14] kernel-doc: fix new warning in net/sock.h
@ 2012-01-21 19:03 Randy Dunlap
  2012-01-22 19:25 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-01-21 19:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Netdev, David Miller

From: Randy Dunlap <rdunlap@xenotime.net>

Fix new kernel-doc warning:

Warning(include/net/sock.h:372): No description found for parameter 'sk_cgrp_prioidx'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 include/net/sock.h |    1 +
 1 file changed, 1 insertion(+)

--- lnx-33-rc1.orig/include/net/sock.h
+++ lnx-33-rc1/include/net/sock.h
@@ -226,6 +226,7 @@ struct cg_proto;
   *	@sk_ack_backlog: current listen backlog
   *	@sk_max_ack_backlog: listen backlog set in listen()
   *	@sk_priority: %SO_PRIORITY setting
+  *	@sk_cgrp_prioidx: socket group's priority map index
   *	@sk_type: socket type (%SOCK_STREAM, etc)
   *	@sk_protocol: which protocol this socket belongs in this network family
   *	@sk_peer_pid: &struct pid for this socket's peer

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 10/14] kernel-doc: fix new warning in net/sock.h
  2012-01-21 19:03 [PATCH 10/14] kernel-doc: fix new warning in net/sock.h Randy Dunlap
@ 2012-01-22 19:25 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-01-22 19:25 UTC (permalink / raw)
  To: rdunlap; +Cc: linux-kernel, torvalds, netdev

From: Randy Dunlap <rdunlap@xenotime.net>
Date: Sat, 21 Jan 2012 11:03:10 -0800

> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Fix new kernel-doc warning:
> 
> Warning(include/net/sock.h:372): No description found for parameter 'sk_cgrp_prioidx'
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-22 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21 19:03 [PATCH 10/14] kernel-doc: fix new warning in net/sock.h Randy Dunlap
2012-01-22 19:25 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.