]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
mm: fix new kernel-doc warning in filemap.c
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 18 Apr 2014 22:07:23 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Apr 2014 23:40:09 +0000 (16:40 -0700)
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>
mm/filemap.c

index a82fbe4c9e8e1c1d5a3eed5e2649ec87a7bfd16d..5020b280a771a4929bee7dbf0c5aee3fab1dea8b 100644 (file)
@@ -2581,7 +2581,6 @@ EXPORT_SYMBOL(generic_perform_write);
  * @iocb:      IO state structure (file, offset, etc.)
  * @iov:       vector with data to write
  * @nr_segs:   number of segments in the vector
- * @ppos:      position where to write
  *
  * This function does all the work needed for actually writing data to a
  * file. It does all basic checks, removes SUID from the file, updates