You need to sign in or sign up before continuing.
提交 8e88bfba 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

fs/libfs.c: fix kernel-doc warning

Fix kernel-doc warning in fs/libfs.c:

  fs/libfs.c:496: warning: Excess function parameter 'available' description in 'simple_write_end'

Link: http://lkml.kernel.org/r/5fc9d70b-e377-0ec9-066a-970d49579041@infradead.org
Fixes: ad2a722f ("libfs: Open code simple_commit_write into only user")
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Cc: Boaz Harrosh <boazh@netapp.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 c70d868f
...@@ -473,8 +473,7 @@ EXPORT_SYMBOL(simple_write_begin); ...@@ -473,8 +473,7 @@ EXPORT_SYMBOL(simple_write_begin);
/** /**
* simple_write_end - .write_end helper for non-block-device FSes * simple_write_end - .write_end helper for non-block-device FSes
* @available: See .write_end of address_space_operations * @file: See .write_end of address_space_operations
* @file: "
* @mapping: " * @mapping: "
* @pos: " * @pos: "
* @len: " * @len: "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册