linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c
@ 2021-03-17  8:20 Bhaskar Chowdhury
  2021-03-17 12:34 ` Mark Brown
  2021-03-17 13:41 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17  8:20 UTC (permalink / raw)
  To: peter.ujfalusi, lgirdwood, broonie, perex, tiwai, alsa-devel,
	linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/functonality/functionality/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 sound/soc/ti/ams-delta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/ti/ams-delta.c b/sound/soc/ti/ams-delta.c
index 57feb473a579..31462587f922 100644
--- a/sound/soc/ti/ams-delta.c
+++ b/sound/soc/ti/ams-delta.c
@@ -408,7 +408,7 @@ static struct tty_ldisc_ops cx81801_ops = {

 /*
  * Even if not very useful, the sound card can still work without any of the
- * above functonality activated.  You can still control its audio input/output
+ * above functionality activated.  You can still control its audio input/output
  * constellation and speakerphone gain from userspace by issuing AT commands
  * over the modem port.
  */
--
2.30.2


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

* Re: [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c
  2021-03-17  8:20 [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c Bhaskar Chowdhury
@ 2021-03-17 12:34 ` Mark Brown
  2021-03-17 19:37   ` Bhaskar Chowdhury
  2021-03-17 13:41 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2021-03-17 12:34 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: peter.ujfalusi, lgirdwood, perex, tiwai, alsa-devel,
	linux-kernel, rdunlap

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

On Wed, Mar 17, 2021 at 01:50:42PM +0530, Bhaskar Chowdhury wrote:
> 
> s/functonality/functionality/

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

* Re: [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c
  2021-03-17  8:20 [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c Bhaskar Chowdhury
  2021-03-17 12:34 ` Mark Brown
@ 2021-03-17 13:41 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-03-17 13:41 UTC (permalink / raw)
  To: alsa-devel, tiwai, Bhaskar Chowdhury, peter.ujfalusi,
	linux-kernel, lgirdwood, perex
  Cc: Mark Brown, rdunlap

On Wed, 17 Mar 2021 13:50:42 +0530, Bhaskar Chowdhury wrote:
> s/functonality/functionality/

Applied to

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

Thanks!

[1/1] sound: soc: ti: Fix a typo in the file ams-delta.c
      commit: c00f4f2598d334470b49385f811ca8f5c966a63e

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] sound: soc: ti: Fix a typo in the file ams-delta.c
  2021-03-17 12:34 ` Mark Brown
@ 2021-03-17 19:37   ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 19:37 UTC (permalink / raw)
  To: Mark Brown
  Cc: peter.ujfalusi, lgirdwood, perex, tiwai, alsa-devel,
	linux-kernel, rdunlap

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

On 12:34 Wed 17 Mar 2021, Mark Brown wrote:
>On Wed, Mar 17, 2021 at 01:50:42PM +0530, Bhaskar Chowdhury wrote:
>>
>> s/functonality/functionality/
>
>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.

Thanks, will remind myself next time I will try to do the same. But, I was
trying to be "As explicit as possible" , so the person in charge can struggle less and hover less to understand what it is for. Anyway, will follow.

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

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

end of thread, other threads:[~2021-03-17 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  8:20 [PATCH] sound: soc: ti: Fix a typo in the file ams-delta.c Bhaskar Chowdhury
2021-03-17 12:34 ` Mark Brown
2021-03-17 19:37   ` Bhaskar Chowdhury
2021-03-17 13:41 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).