btrfs: drop newlines from strings when using btrfs_* helpers
authorDavid Sterba <dsterba@suse.com>
Thu, 13 Jul 2017 13:32:18 +0000 (15:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 16 Aug 2017 14:12:02 +0000 (16:12 +0200)
commit913e153572218c911125414d4ca1f8531f20c120
treec1ac3de99732cac74c618ef29e49e30697179b46
parentb6e6bca51e531989de11af7967bd32bd973d96b9
btrfs: drop newlines from strings when using btrfs_* helpers

The helpers append "\n" so we can keep the actual strings shorter. The
extra newline will print an empty line.  Some messages have been
slightly modified to be more consistent with the rest (lowercase first
letter).

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/free-space-cache.c
fs/btrfs/inode.c
fs/btrfs/qgroup.c
fs/btrfs/scrub.c