btrfs: tests: drop newline from test_msg strings
[sfrench/cifs-2.6.git] / fs / btrfs / tests / btrfs-tests.h
index 47b5d2eac7900c456f2d32b9b1806ea51569dbb6..70ff9f9d86a1b2e35a050fb877d473f74751b282 100644 (file)
@@ -9,7 +9,7 @@
 #ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS
 int btrfs_run_sanity_tests(void);
 
-#define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt, ##__VA_ARGS__)
+#define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt "\n", ##__VA_ARGS__)
 #define test_err(fmt, ...) pr_err("BTRFS: selftest: " fmt "\n", ##__VA_ARGS__)
 
 struct btrfs_root;