From: Randy Dunlap Date: Sun, 9 Jan 2011 03:40:33 +0000 (-0800) Subject: pipe_fs_i.h: fix kernel-doc warning X-Git-Tag: v2.6.38-rc1~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dc1488527a3c01383a50e5df7187219567586a3;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git pipe_fs_i.h: fix kernel-doc warning 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 Signed-off-by: Linus Torvalds --- diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index bb27d7e..77257c9 100644 --- a/include/linux/pipe_fs_i.h +++ b/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