diff options
| author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-08 19:40:33 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 07:38:54 -0800 | 
| commit | 0dc1488527a3c01383a50e5df7187219567586a3 (patch) | |
| tree | 487bbeaed9a9bc6cafabeed0f17be3ae888b5442 /include/linux/pipe_fs_i.h | |
| parent | 175881db8916a5f5cdf920d32214caef588870fd (diff) | |
| download | olio-linux-3.10-0dc1488527a3c01383a50e5df7187219567586a3.tar.xz olio-linux-3.10-0dc1488527a3c01383a50e5df7187219567586a3.zip  | |
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 <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/pipe_fs_i.h')
| -rw-r--r-- | include/linux/pipe_fs_i.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index bb27d7ec2fb..77257c92155 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  |