From: Maurycy Z <10maurycy10@gmail.com>
To: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: [PATCH] ASoC: Trival: Fix spelling error in Kconfig help.
Date: Mon, 7 Nov 2022 11:25:37 -0800 [thread overview]
Message-ID: <Y2lbsfOhXicqvC2A@thinbox> (raw)
In a few places in Kconfig files, 'system' is spelled as 'ststem'.
This patch changes them to the intended 'system'.
Signed-off-by: Maurycy Zalweski <10maurycy10@gmail.com>
---
sound/soc/fsl/Kconfig | 2 +-
sound/soc/generic/Kconfig | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 614eceda6..c7fe12fbd 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -366,7 +366,7 @@ config SND_SOC_IMX_CARD
help
This option enables audio sound card support for i.MX boards
with OF-graph DT bindings.
- It also support DPCM of single CPU multi Codec ststem.
+ It also support DPCM of single CPU multi Codec system.
endif # SND_IMX_SOC
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig
index b6df4e26b..955ac8d3f 100644
--- a/sound/soc/generic/Kconfig
+++ b/sound/soc/generic/Kconfig
@@ -7,7 +7,7 @@ config SND_SIMPLE_CARD
select SND_SIMPLE_CARD_UTILS
help
This option enables generic simple sound card support
- It also support DPCM of multi CPU single Codec ststem.
+ It also support DPCM of multi CPU single Codec system.
config SND_AUDIO_GRAPH_CARD
tristate "ASoC Audio Graph sound card support"
@@ -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"
--
2.38.1
reply other threads:[~2022-11-07 19:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y2lbsfOhXicqvC2A@thinbox \
--to=10maurycy10@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.