]> Git Repo - J-linux.git/commitdiff
regmap: debugfs: Fix indentation
authorMark Brown <[email protected]>
Fri, 7 Jan 2022 19:11:45 +0000 (19:11 +0000)
committerMark Brown <[email protected]>
Fri, 7 Jan 2022 19:16:23 +0000 (19:16 +0000)
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/base/regmap/regmap-debugfs.c

index ad684d37c2dae37ad467cccf4893d0efc9359910..817eda2075aa5aaa7e762a91fbb51fc5a6ceab51 100644 (file)
@@ -598,7 +598,7 @@ void regmap_debugfs_init(struct regmap *map)
                map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d",
                                                dummy_index);
                if (!map->debugfs_name)
-                               return;
+                       return;
                name = map->debugfs_name;
                dummy_index++;
        }
This page took 0.043462 seconds and 4 git commands to generate.