瀏覽代碼

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>
Randy Dunlap 11 年之前
父節點
當前提交
b59b8cbca6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mm/filemap.c

+ 0 - 1
mm/filemap.c

@@ -2581,7 +2581,6 @@ EXPORT_SYMBOL(generic_perform_write);
  * @iocb:	IO state structure (file, offset, etc.)
  * @iocb:	IO state structure (file, offset, etc.)
  * @iov:	vector with data to write
  * @iov:	vector with data to write
  * @nr_segs:	number of segments in the vector
  * @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
  * 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
  * file. It does all basic checks, removes SUID from the file, updates