linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: fix libfs.c kernel-doc warning
@ 2019-10-08 20:35 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2019-10-08 20:35 UTC (permalink / raw)
  To: Linux FS Devel, Al Viro; +Cc: Boaz Harrosh, Andrew Morton

From: Randy Dunlap <rdunlap@infradead.org>

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

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

Fixes: ad2a722f196d ("libfs: Open code simple_commit_write into only user")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Boaz Harrosh <boazh@netapp.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
---
# mainline

 fs/libfs.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- linux-next-20191008.orig/fs/libfs.c
+++ linux-next-20191008/fs/libfs.c
@@ -472,8 +472,7 @@ EXPORT_SYMBOL(simple_write_begin);
 
 /**
  * simple_write_end - .write_end helper for non-block-device FSes
- * @available: See .write_end of address_space_operations
- * @file: 		"
+ * @file: See .write_end of address_space_operations
  * @mapping: 		"
  * @pos: 		"
  * @len: 		"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-08 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 20:35 [PATCH] fs: fix libfs.c kernel-doc warning Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).