summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests/extent-map-tests.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-05-17 01:00:44 +0300
committerDavid Sterba <dsterba@suse.com>2018-05-29 19:12:52 +0300
commit315b76b46232758836f2d431e0963567f796116f (patch)
treeb7b9ae5e9dce42de9c25744f4461c110c6b82dc9 /fs/btrfs/tests/extent-map-tests.c
parent3c7251f2f8888086c5769f83651018a5494f784b (diff)
downloadlinux-315b76b46232758836f2d431e0963567f796116f.tar.xz
btrfs: tests: drop newline from test_msg strings
Now that test_err strings do not need the newline, remove them also from the test_msg. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tests/extent-map-tests.c')
-rw-r--r--fs/btrfs/tests/extent-map-tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/tests/extent-map-tests.c b/fs/btrfs/tests/extent-map-tests.c
index d55266e01cad..385a5316e4bf 100644
--- a/fs/btrfs/tests/extent-map-tests.c
+++ b/fs/btrfs/tests/extent-map-tests.c
@@ -341,7 +341,7 @@ int btrfs_test_extent_map(void)
struct btrfs_fs_info *fs_info = NULL;
struct extent_map_tree *em_tree;
- test_msg("running extent_map tests\n");
+ test_msg("running extent_map tests");
/*
* Note: the fs_info is not set up completely, we only need
@@ -349,7 +349,7 @@ int btrfs_test_extent_map(void)
*/
fs_info = btrfs_alloc_dummy_fs_info(PAGE_SIZE, PAGE_SIZE);
if (!fs_info) {
- test_msg("Couldn't allocate dummy fs info\n");
+ test_msg("Couldn't allocate dummy fs info");
return -ENOMEM;
}