* [PATCH] net/sock.h: fix sk_peek_off kernel-doc warning
@ 2012-04-18 0:03 Randy Dunlap
2012-04-18 2:39 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2012-04-18 0:03 UTC (permalink / raw)
To: netdev, davem
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warning in net/sock.h:
Warning(include/net/sock.h:377): No description found for parameter 'sk_peek_off'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
include/net/sock.h | 1 +
1 file changed, 1 insertion(+)
--- lnx-34-rc3.orig/include/net/sock.h
+++ lnx-34-rc3/include/net/sock.h
@@ -246,6 +246,7 @@ struct cg_proto;
* @sk_user_data: RPC layer private data
* @sk_sndmsg_page: cached page for sendmsg
* @sk_sndmsg_off: cached offset for sendmsg
+ * @sk_peek_off: current peek_offset value
* @sk_send_head: front of stuff to transmit
* @sk_security: used by security modules
* @sk_mark: generic packet mark
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net/sock.h: fix sk_peek_off kernel-doc warning
2012-04-18 0:03 [PATCH] net/sock.h: fix sk_peek_off kernel-doc warning Randy Dunlap
@ 2012-04-18 2:39 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-04-18 2:39 UTC (permalink / raw)
To: rdunlap; +Cc: netdev
From: Randy Dunlap <rdunlap@xenotime.net>
Date: Tue, 17 Apr 2012 17:03:53 -0700
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix kernel-doc warning in net/sock.h:
>
> Warning(include/net/sock.h:377): No description found for parameter 'sk_peek_off'
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-18 2:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 0:03 [PATCH] net/sock.h: fix sk_peek_off kernel-doc warning Randy Dunlap
2012-04-18 2:39 ` 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).