| commit | b4fc01f237d2038f188107d535de24a9baa6187b | [log] [tgz] |
|---|---|---|
| author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Aug 07 16:57:17 2014 -0700 |
| committer | flintman <flintman@flintmancomputers.com> | Sat Jan 24 11:39:42 2015 -0500 |
| tree | 2d4a5d174ced7f3cafc3a250cdfa84f70b731631 | |
| parent | 80fd22ac2c523b6cdbfa8913cb03edc96ea6f861 [diff] |
f2fs: make clear on test condition and return types This patch adds a parentheses to make clear for condition check. And also it changes the return type for better meanings. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>