Skip to content

Commit

Permalink
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
Browse files Browse the repository at this point in the history
The sync_inodes_sb() function does not have a return value.  Remove the
outdated documentation comment.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Stefan Hajnoczi authored and Linus Torvalds committed Jan 14, 2011
1 parent 684265d commit cb9ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ EXPORT_SYMBOL(writeback_inodes_sb_nr_if_idle);
* @sb: the superblock
*
* This function writes and waits on any dirty inode belonging to this
* super_block. The number of pages synced is returned.
* super_block.
*/
void sync_inodes_sb(struct super_block *sb)
{
Expand Down

0 comments on commit cb9ef8d

Please sign in to comment.