diff options
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | 2019-07-16 16:29:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-16 19:23:24 -0700 |
commit | dc0dde61f17d4e83776e7c5d8b81787436447346 (patch) | |
tree | 8498f40a03247a1cc38ae2af3b543572d6bed0b2 /samples/timers | |
parent | ba542f20f97e7cee83c50b52ff7418c3ec599796 (diff) | |
download | linux-dc0dde61f17d4e83776e7c5d8b81787436447346.tar.bz2 |
fs/reiserfs/journal.c: change return type of dirty_one_transaction
Change return type of dirty_one_transaction from int to void. As this
function always return success.
Fixes below issue reported by coccicheck:
fs/reiserfs/journal.c:1690:5-8: Unneeded variable: "ret". Return "0" on line 1719
Link: http://lkml.kernel.org/r/20190702175430.GA5882@hari-Inspiron-1545
Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Bharath Vedartham <linux.bhar@gmail.com>
Cc: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples/timers')
0 files changed, 0 insertions, 0 deletions