From: Liam R. Howlett Date: Tue, 3 Mar 2020 13:18:51 +0000 (-0500) Subject: maple_tree: whitespace fix. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=77b72399a9c8cdda718b467fc685a98cd31dabbd;p=users%2Fjedix%2Flinux-maple.git maple_tree: whitespace fix. Signed-off-by: Liam R. Howlett --- diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h index 9c17fdb72954..2cca058c5492 100644 --- a/include/linux/maple_tree.h +++ b/include/linux/maple_tree.h @@ -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); \