public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: delete a semicolon
@ 2022-06-30  2:03 Li kunyu
  2022-06-30 10:16 ` Mark Brown
  2022-06-30 15:10 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Li kunyu @ 2022-06-30  2:03 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, thierry.reding, jonathanh
  Cc: alsa-devel, linux-tegra, linux-kernel, Li kunyu

extra semicolons could be deleted.

Signed-off-by: Li kunyu <kunyu@nfschina.com>
---
 sound/soc/tegra/tegra210_adx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/tegra/tegra210_adx.c b/sound/soc/tegra/tegra210_adx.c
index 3785cade2d9a..49691d2cce50 100644
--- a/sound/soc/tegra/tegra210_adx.c
+++ b/sound/soc/tegra/tegra210_adx.c
@@ -191,7 +191,7 @@ static int tegra210_adx_put_byte_map(struct snd_kcontrol *kcontrol,
 	unsigned char *bytes_map = (unsigned char *)&adx->map;
 	int value = ucontrol->value.integer.value[0];
 	struct soc_mixer_control *mc =
-		(struct soc_mixer_control *)kcontrol->private_value;;
+		(struct soc_mixer_control *)kcontrol->private_value;
 
 	if (value == bytes_map[mc->reg])
 		return 0;
-- 
2.18.2


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

* Re: [PATCH] sound: delete a semicolon
  2022-06-30  2:03 [PATCH] sound: delete a semicolon Li kunyu
@ 2022-06-30 10:16 ` Mark Brown
  2022-06-30 15:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-06-30 10:16 UTC (permalink / raw)
  To: Li kunyu
  Cc: lgirdwood, perex, tiwai, thierry.reding, jonathanh, alsa-devel,
	linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

On Thu, Jun 30, 2022 at 10:03:47AM +0800, Li kunyu wrote:
> extra semicolons could be deleted.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] sound: delete a semicolon
  2022-06-30  2:03 [PATCH] sound: delete a semicolon Li kunyu
  2022-06-30 10:16 ` Mark Brown
@ 2022-06-30 15:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-06-30 15:10 UTC (permalink / raw)
  To: perex, thierry.reding, lgirdwood, jonathanh, kunyu, tiwai
  Cc: linux-tegra, alsa-devel, linux-kernel

On Thu, 30 Jun 2022 10:03:47 +0800, Li kunyu wrote:
> extra semicolons could be deleted.
> 
> 

Applied to

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

Thanks!

[1/1] sound: delete a semicolon
      commit: d8d6253b36f55d199590ef908712fe52bb39ee97

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:[~2022-06-30 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30  2:03 [PATCH] sound: delete a semicolon Li kunyu
2022-06-30 10:16 ` Mark Brown
2022-06-30 15:10 ` Mark Brown

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