btrfs-progs: check: Cleanup all checkpatch error and warning
authorQu Wenruo <wqu@suse.com>
Thu, 1 Feb 2018 06:34:42 +0000 (14:34 +0800)
committerDavid Sterba <dsterba@suse.com>
Fri, 2 Feb 2018 15:01:59 +0000 (16:01 +0100)
commit3876f9f1d5aee34f9c625be0226fcca22fd598d9
treec1e7176b9589d451fd7ae14c46364b98a9b4988a
parent3a939bc7f36954f7730ff54635d6f48e4a772514
btrfs-progs: check: Cleanup all checkpatch error and warning

Since we're moving tons of code, it's a good idea to fix all errors and
warnings from checkpatch.

Note: we don't rely on checkpatch, take its warnings and errors as a
      hint and do not blindly fix anything that gets reported. The code
      follows some style that should be kept and is not in 100% with
      what checkpatch finds. Always apply your common sense and decide
      if the change makes sense or if it is really making the code
      better.

Additional fixes from dsterba:

- %Lu -> %llu
- lowercase first word or messages

Signed-off-by: Qu Wenruo <wqu@suse.com>
[ added note ]
Signed-off-by: David Sterba <dsterba@suse.com>
check/lowmem.c
check/main.c