Commit b59b8cbca6291a23928f1a103defba03d1cdab2c

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent a663dad65f

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -2581,7 +2581,6 @@
2581 2581 * @iocb: IO state structure (file, offset, etc.)
2582 2582 * @iov: vector with data to write
2583 2583 * @nr_segs: number of segments in the vector
2584   - * @ppos: position where to write
2585 2584 *
2586 2585 * This function does all the work needed for actually writing data to a
2587 2586 * file. It does all basic checks, removes SUID from the file, updates