mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 5/6] pipe_fs_i.h: fix kernel-doc warning
@ 2011-01-09  3:40 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2011-01-09  3:40 UTC (permalink / raw)
  To: lkml; +Cc: Linus, Jens Axboe

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc notation warnings in pipe_fs_i.h:

Warning(include/linux/pipe_fs_i.h:58): No description found for parameter 'buffers'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 include/linux/pipe_fs_i.h |    1 +
 1 file changed, 1 insertion(+)

--- lnx0107.orig/include/linux/pipe_fs_i.h
+++ lnx0107/include/linux/pipe_fs_i.h
@@ -30,6 +30,7 @@ struct pipe_buffer {
  *	struct pipe_inode_info - a linux kernel pipe
  *	@wait: reader/writer wait point in case of empty/full pipe
  *	@nrbufs: the number of non-empty pipe buffers in this pipe
+ *	@buffers: total number of buffers (should be a power of 2)
  *	@curbuf: the current pipe buffer entry
  *	@tmp_page: cached released page
  *	@readers: number of current readers of this pipe

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-09  3:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09  3:40 [PATCH 5/6] pipe_fs_i.h: fix kernel-doc warning Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®