Commit cb9ef8d5e394f70db64bda79c20d3569a20d2574
Committed by
Linus Torvalds
1 parent
684265d4a3
Exists in
master
and in
39 other branches
fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
fs/fs-writeback.c
... | ... | @@ -1225,7 +1225,7 @@ |
1225 | 1225 | * @sb: the superblock |
1226 | 1226 | * |
1227 | 1227 | * This function writes and waits on any dirty inode belonging to this |
1228 | - * super_block. The number of pages synced is returned. | |
1228 | + * super_block. | |
1229 | 1229 | */ |
1230 | 1230 | void sync_inodes_sb(struct super_block *sb) |
1231 | 1231 | { |