commit | 913e153572218c911125414d4ca1f8531f20c120 | [log] [tgz] |
---|---|---|
author | David Sterba <[email protected]> | Thu Jul 13 15:32:18 2017 +0200 |
committer | David Sterba <[email protected]> | Wed Aug 16 16:12:02 2017 +0200 |
tree | c1ac3de99732cac74c618ef29e49e30697179b46 | |
parent | b6e6bca51e531989de11af7967bd32bd973d96b9 [diff] |
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 <[email protected]> Signed-off-by: David Sterba <[email protected]>