* [PATCH] ASoC: nau8825: Fix typos in comments
@ 2026-05-05 22:19 Md Shofiqul Islam
2026-05-05 23:34 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Md Shofiqul Islam @ 2026-05-05 22:19 UTC (permalink / raw)
To: linux-sound; +Cc: broonie, lgirdwood, Md Shofiqul Islam
Fix spelling mistakes in comments:
- suppresstion -> suppression (twice)
- funciton -> function (twice)
- imedance -> impedance
- tak -> talk
---
sound/soc/codecs/nau8825.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/codecs/nau8825.c b/sound/soc/codecs/nau8825.c
index dd3528537..80964d58b 100644
--- a/sound/soc/codecs/nau8825.c
+++ b/sound/soc/codecs/nau8825.c
@@ -712,8 +712,8 @@ static void nau8825_xtalk_measure(struct nau8825 *nau8825)
/* In left headphone IMM state, read out left headphone
* impedance measure result, and delay some time to wait
* detection sine wave output finish. Then, we can calculate
- * the cross talk suppresstion side tone according to the L/R
- * headphone imedance.
+ * the cross talk suppression side tone according to the L/R
+ * headphone impedance.
*/
regmap_read(nau8825->regmap, NAU8825_REG_IMM_RMS_L,
&nau8825->imp_rms[NAU8825_XTALK_HPL_R2L]);
@@ -2237,7 +2237,7 @@ static void nau8825_component_remove(struct snd_soc_component *component)
{
struct nau8825 *nau8825 = snd_soc_component_get_drvdata(component);
- /* Cancel and reset cross tak suppresstion detection funciton */
+ /* Cancel and reset cross talk suppression detection function */
nau8825_xtalk_cancel(nau8825);
}
@@ -2651,7 +2651,7 @@ static int nau8825_set_bias_level(struct snd_soc_component *component,
/* ground HPL/HPR, MICGRND1/2 */
regmap_update_bits(nau8825->regmap,
NAU8825_REG_HSD_CTRL, 0xf, 0xf);
- /* Cancel and reset cross talk detection funciton */
+ /* Cancel and reset cross talk detection function */
nau8825_xtalk_cancel(nau8825);
/* Turn off all interruptions before system shutdown. Keep the
* interruption quiet before resume setup completes.
--
2.51.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ASoC: nau8825: Fix typos in comments
2026-05-05 22:19 [PATCH] ASoC: nau8825: Fix typos in comments Md Shofiqul Islam
@ 2026-05-05 23:34 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2026-05-05 23:34 UTC (permalink / raw)
To: Md Shofiqul Islam; +Cc: linux-sound, lgirdwood
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
On Wed, May 06, 2026 at 01:19:58AM +0300, Md Shofiqul Islam wrote:
> Fix spelling mistakes in comments:
> - suppresstion -> suppression (twice)
> - funciton -> function (twice)
> - imedance -> impedance
> - tak -> talk
> ---
> sound/soc/codecs/nau8825.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
You've not provided a Signed-off-by for this so I can't do anything with
it, please see Documentation/process/submitting-patches.rst for details
on what this is and why it's important.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-05 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 22:19 [PATCH] ASoC: nau8825: Fix typos in comments Md Shofiqul Islam
2026-05-05 23:34 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox