From: Mark Brown Date: Fri, 7 Jan 2022 19:11:45 +0000 (+0000) Subject: regmap: debugfs: Fix indentation X-Git-Tag: v5.17-rc1~148^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b56a7cbf40c895cbe8b67ce5649a26b7a7bc48be;p=thirdparty%2Fkernel%2Flinux.git regmap: debugfs: Fix indentation Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20220107191145.813876-1-broonie@kernel.org Signed-off-by: Mark Brown --- diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base/regmap/regmap-debugfs.c index ad684d37c2dae..817eda2075aa5 100644 --- a/drivers/base/regmap/regmap-debugfs.c +++ b/drivers/base/regmap/regmap-debugfs.c @@ -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++; }