regmap: debugfs: Fix indentation
authorMark Brown <broonie@kernel.org>
Fri, 7 Jan 2022 19:11:45 +0000 (19:11 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 7 Jan 2022 19:16:23 +0000 (19:16 +0000)
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220107191145.813876-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
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++;
        }