]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: whitespace fix.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 3 Mar 2020 13:18:51 +0000 (08:18 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:04:30 +0000 (15:04 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
include/linux/maple_tree.h

index 9c17fdb729541f3ed4a2d55d19374723f4e8fbcc..2cca058c549252b541a39c92af0912056ab57fdb 100644 (file)
@@ -418,8 +418,8 @@ void mt_dump(const struct maple_tree *mt);
 #define MT_BUG_ON(tree, x) do {                                                \
        maple_tree_tests_run++;                                         \
        if (x) {                                                        \
-               pr_info("BUG at %s:%d (%u)\n",                          \
-               __func__, __LINE__, x);                                 \
+               pr_info("BUG at %s:%d (%u)\n",                          \
+               __func__, __LINE__, x);                                 \
                mt_dump(tree);                                          \
                pr_info("Pass: %u Run:%u\n", maple_tree_tests_passed,   \
                        maple_tree_tests_run);                          \