[PATCH] sound:fix typo in rt5663.c
15 Mar
2021
15 Mar
'21
1:16 p.m.
From: mateng mateng@yulong.com
interrput -> interrupt
Signed-off-by: mateng mateng@yulong.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
1340
Age (days ago)
1340
Last active (days ago)
0 comments
1 participants
participants (1)
-
mateng