Skip to content

Commit

Permalink
fs/libfs.c: fix kernel-doc warning
Browse files Browse the repository at this point in the history
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/[email protected]
Fixes: ad2a722 ("libfs: Open code simple_commit_write into only user")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Boaz Harrosh <[email protected]>
Cc: Alexander Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Oct 14, 2019
1 parent c70d868 commit 8e88bfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,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: "
Expand Down

0 comments on commit 8e88bfb

Please sign in to comment.