All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: fix indentation issue
@ 2020-09-20 14:24 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2020-09-20 14:24 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a return statement that is indented with an extra
space, fix this by removing it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/regulator/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 7fed8cd134f8..6aa648019702 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3070,7 +3070,7 @@ int regulator_get_hardware_vsel_register(struct regulator *regulator,
 	*vsel_reg = rdev->desc->vsel_reg;
 	*vsel_mask = rdev->desc->vsel_mask;
 
-	 return 0;
+	return 0;
 }
 EXPORT_SYMBOL_GPL(regulator_get_hardware_vsel_register);
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] regulator: fix indentation issue
@ 2020-09-20 14:24 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2020-09-20 14:24 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a return statement that is indented with an extra
space, fix this by removing it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/regulator/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 7fed8cd134f8..6aa648019702 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3070,7 +3070,7 @@ int regulator_get_hardware_vsel_register(struct regulator *regulator,
 	*vsel_reg = rdev->desc->vsel_reg;
 	*vsel_mask = rdev->desc->vsel_mask;
 
-	 return 0;
+	return 0;
 }
 EXPORT_SYMBOL_GPL(regulator_get_hardware_vsel_register);
 
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] regulator: fix indentation issue
  2020-09-20 14:24 ` Colin King
@ 2020-09-22  0:06   ` Mark Brown
  -1 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-09-22  0:06 UTC (permalink / raw)
  To: Colin King, Liam Girdwood; +Cc: linux-kernel, kernel-janitors

On Sun, 20 Sep 2020 15:24:54 +0100, Colin King wrote:
> There is a return statement that is indented with an extra
> space, fix this by removing it.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: fix indentation issue
      commit: be35cc4695aa1b26d00b30bfd1d8408eddd357ec

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] regulator: fix indentation issue
@ 2020-09-22  0:06   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-09-22  0:06 UTC (permalink / raw)
  To: Colin King, Liam Girdwood; +Cc: linux-kernel, kernel-janitors

On Sun, 20 Sep 2020 15:24:54 +0100, Colin King wrote:
> There is a return statement that is indented with an extra
> space, fix this by removing it.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: fix indentation issue
      commit: be35cc4695aa1b26d00b30bfd1d8408eddd357ec

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-22  0:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-20 14:24 [PATCH] regulator: fix indentation issue Colin King
2020-09-20 14:24 ` Colin King
2020-09-22  0:06 ` Mark Brown
2020-09-22  0:06   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.