aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2014-04-18 18:07:23 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-18 19:40:09 -0400
commitb59b8cbca6291a23928f1a103defba03d1cdab2c (patch)
tree3c8be1f416af02808cddffce2ba1abc4ef6ad862 /mm/filemap.c
parenta663dad65f3f41a0f9a8d0f2f1bc352524c4ff65 (diff)
mm: fix new kernel-doc warning in filemap.c
Fix new kernel-doc warning in mm/filemap.c: Warning(mm/filemap.c:2600): Excess function parameter 'ppos' description in '__generic_file_aio_write' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index a82fbe4c9e8e..5020b280a771 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2581,7 +2581,6 @@ EXPORT_SYMBOL(generic_perform_write);
2581 * @iocb: IO state structure (file, offset, etc.) 2581 * @iocb: IO state structure (file, offset, etc.)
2582 * @iov: vector with data to write 2582 * @iov: vector with data to write
2583 * @nr_segs: number of segments in the vector 2583 * @nr_segs: number of segments in the vector
2584 * @ppos: position where to write
2585 * 2584 *
2586 * This function does all the work needed for actually writing data to a 2585 * This function does all the work needed for actually writing data to a
2587 * file. It does all basic checks, removes SUID from the file, updates 2586 * file. It does all basic checks, removes SUID from the file, updates