]> git.baikalelectronics.ru Git - kernel.git/commit
fs: f2fs: changed variable type of offset "unsigned" to "loff_t"
authoryoungjun yoo <youngjun.willow@gmail.com>
Tue, 29 May 2018 19:21:14 +0000 (04:21 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 31 May 2018 18:31:53 +0000 (11:31 -0700)
commit0e459a013f5bd402d37b38b71cc156be35fd099a
tree104bce92927db315af731bc488336fd64eb2b615
parent21a8d241c1d22bc3696e83086c1bfdbb53c80188
fs: f2fs: changed variable type of offset "unsigned" to "loff_t"

clean up checkpatch warning:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: youngjun yoo <youngjun.willow@gmail.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c