diff options
author | Mark Brown <[email protected]> | 2022-01-07 19:11:45 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-07 19:16:23 +0000 |
commit | b56a7cbf40c895cbe8b67ce5649a26b7a7bc48be (patch) | |
tree | 2dd89aad82b1ce24994b72dd77ac0e94903e90e3 | |
parent | 530792efa6cb86f5612ff093333fec735793b582 (diff) |
regmap: debugfs: Fix indentation
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/base/regmap/regmap-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base/regmap/regmap-debugfs.c index ad684d37c2da..817eda2075aa 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++; } |