[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210315111613.2032-1-ayowoe@163.com>
Date: Mon, 15 Mar 2021 19:16:13 +0800
From: mateng <ayowoe@....com>
To: oder_chiou@...ltek.com, perex@...ex.cz, tiwai@...e.com
Cc: lgirdwood@...il.com, broonie@...nel.org,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
mateng <mateng@...ong.com>
Subject: [PATCH] sound:fix typo in rt5663.c
From: mateng <mateng@...ong.com>
interrput -> interrupt
Signed-off-by: mateng <mateng@...ong.com>
---
sound/soc/codecs/rt5663.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c
index 619fb9a..411ff30 100644
--- a/sound/soc/codecs/rt5663.c
+++ b/sound/soc/codecs/rt5663.c
@@ -1967,7 +1967,7 @@ static void rt5663_jack_detect_work(struct work_struct *work)
btn_type);
break;
}
- /* button release or spurious interrput*/
+ /* button release or spurious interrupt*/
if (btn_type == 0) {
report = rt5663->jack_type;
cancel_delayed_work_sync(
--
1.9.1
Powered by blists - more mailing lists