Re: [PATCH/RESEND v1] "system" mispelled as "ststem" in help for configuration option SND_AUDIO_GRAPH_CARD.

Randy Dunlap <[email protected]> Wed, 17 Aug 2022 17:07:20 -0700
Newsgroups org.kernel.vger.linux-config,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Hi,

We no longer use [email protected] for kernel patches, so this needs to be
sent to the correct maintainer(s) and mailing list:

SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
M:	Liam Girdwood <[email protected]>
M:	Mark Brown <[email protected]>
L:	[email protected]


Also, the Subject: line should look similar to these commits:


95373f36b9b8 ASoC: add Audio Graph Card2 Custom Sample
6e5f68fe3f2d ASoC: add Audio Graph Card2 driver
d293abc0c8fb ASoC: test-component: add Test Component for Sound debug/test
5268e0bf7123 ASoC: Fix 7/8 spaces indentation in Kconfig
c8ed6aca6b82 ASoC: simple-scu-card: remove simple-scu-card
61c263ac27a3 ASoC: audio-graph-scu-card: remove audio-graph-scu-card
da215354eb55 ASoC: simple-card: merge simple-scu-card
ae3cb5790906 ASoC: audio-graph-card: merge audio-graph-scu-card
c3830f1a00f0 ASoC: audio-graph-card: tidyup typo SND_AUDIO_GRAPH_CARD
87f937b45f7d ASoC: add audio-graph-scu-card support
2692c1c63c29 ASoC: add audio-graph-card support
97b4bc76d9f7 ASoC: trivial: system spelling fix
88da724f77f7 ASoC: simple-scu-card: depends on CONFIG_OF
d12c6216c4a5 ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3
cecdef365695 ASoC: simple-card: use asoc_simple_card_parse_daifmt()
abd3147e6948 ASoC: add new simple-card-utils.c
f2390880ec02 ASoC: add generic simple-card support


You can also add
Acked-by: Randy Dunlap <[email protected]>
to the patch.

On 8/17/22 16:59, Maurycy Z wrote:
> "system" is mis-spelled as "ststem" in the help for SND_AUDIO_GRAPH_CARD.
> 
> Signed-off-by: Maurycy Zalewski <[email protected]>
> ---
> 
> diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
> index b6df4e26b..72f3446e1 100644
> --- a/sound/soc/generic/Kconfig
> +++ b/sound/soc/generic/Kconfig
> @@ -16,7 +16,7 @@ config SND_AUDIO_GRAPH_CARD
>  	help
>  	  This option enables generic simple sound card support
>  	  with OF-graph DT bindings.
> -	  It also support DPCM of multi CPU single Codec ststem.
> +	  It also support DPCM of multi CPU single Codec system.
>  
>  config SND_AUDIO_GRAPH_CARD2
>  	tristate "ASoC Audio Graph sound card2 support"
> 

Thanks.
-- 
~Randy