commit | 6f10f7d1b02b1bbc305f88d7696445dd38b13881 | [log] [tgz] |
---|---|---|
author | Coly Li <colyli@suse.de> | Sat Aug 11 13:19:44 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Aug 11 15:46:41 2018 -0600 |
tree | 180832c7da865145a7528e81d7145f98fd4a29db | |
parent | b86d865cb1cae1e61527ea0b8977078bbf694328 [diff] |
bcache: style fix to replace 'unsigned' by 'unsigned int' This patch fixes warning reported by checkpatch.pl by replacing 'unsigned' with 'unsigned int'. Signed-off-by: Coly Li <colyli@suse.de> Reviewed-by: Shenghui Wang <shhuiw@foxmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>