Skip to content

Commit b56a7cb

Browse files
committed
regmap: debugfs: Fix indentation
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>
1 parent 530792e commit b56a7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/regmap/regmap-debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ void regmap_debugfs_init(struct regmap *map)
598598
map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d",
599599
dummy_index);
600600
if (!map->debugfs_name)
601-
return;
601+
return;
602602
name = map->debugfs_name;
603603
dummy_index++;
604604
}

0 commit comments

Comments
 (0)