public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: rt5120: Convert comma to semicolon
@ 2024-07-16  8:46 Chen Ni
  2024-07-16  9:04 ` ChiYuan Huang
  2024-07-29 15:39 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Ni @ 2024-07-16  8:46 UTC (permalink / raw)
  To: lgirdwood, broonie, cy_huang; +Cc: linux-kernel, Chen Ni

Replace a comma between expression statements by a semicolon.

Fixes: c0216c0e68f7 ("regulator: rt5120: Add PMIC regulator support")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 drivers/regulator/rt5120-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/regulator/rt5120-regulator.c b/drivers/regulator/rt5120-regulator.c
index a388ac70865f..f0d3efd160d4 100644
--- a/drivers/regulator/rt5120-regulator.c
+++ b/drivers/regulator/rt5120-regulator.c
@@ -245,8 +245,8 @@ static void rt5120_fillin_regulator_desc(struct regulator_desc *desc, int rid)
 		desc->n_voltages = RT5120_BUCK1_NUM_VOLT;
 		desc->min_uV = RT5120_BUCK1_MINUV;
 		desc->uV_step = RT5120_BUCK1_STEPUV;
-		desc->vsel_reg = RT5120_REG_CH1VID,
-		desc->vsel_mask = RT5120_CH1VID_MASK,
+		desc->vsel_reg = RT5120_REG_CH1VID;
+		desc->vsel_mask = RT5120_CH1VID_MASK;
 		desc->ops = &rt5120_buck1_ops;
 		break;
 	case RT5120_REGULATOR_BUCK2 ... RT5120_REGULATOR_BUCK4:
-- 
2.25.1


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

* Re: [PATCH] regulator: rt5120: Convert comma to semicolon
  2024-07-16  8:46 [PATCH] regulator: rt5120: Convert comma to semicolon Chen Ni
@ 2024-07-16  9:04 ` ChiYuan Huang
  2024-07-29 15:39 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: ChiYuan Huang @ 2024-07-16  9:04 UTC (permalink / raw)
  To: Chen Ni; +Cc: lgirdwood, broonie, linux-kernel

On Tue, Jul 16, 2024 at 04:46:59PM +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Fixes: c0216c0e68f7 ("regulator: rt5120: Add PMIC regulator support")
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
> ---

Reviewed-by: ChiYuan Huang <cy_huang@richtek.com>

Thanks, it's realy typo.

Best Regards,
ChiYuan

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

* Re: [PATCH] regulator: rt5120: Convert comma to semicolon
  2024-07-16  8:46 [PATCH] regulator: rt5120: Convert comma to semicolon Chen Ni
  2024-07-16  9:04 ` ChiYuan Huang
@ 2024-07-29 15:39 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2024-07-29 15:39 UTC (permalink / raw)
  To: lgirdwood, cy_huang, Chen Ni; +Cc: linux-kernel

On Tue, 16 Jul 2024 16:46:59 +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
> 
> 

Applied to

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

Thanks!

[1/1] regulator: rt5120: Convert comma to semicolon
      commit: 3078425f63c5f526c8d2cb0b7ef9e0a3f50c9c39

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] 3+ messages in thread

end of thread, other threads:[~2024-07-29 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  8:46 [PATCH] regulator: rt5120: Convert comma to semicolon Chen Ni
2024-07-16  9:04 ` ChiYuan Huang
2024-07-29 15:39 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox