2022-08-16 12:55:38

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] soc/codecs: fix repeated words in comments

Delete the redundant word 'as'.

Signed-off-by: Jilin Yuan <[email protected]>
---
sound/soc/codecs/hdac_hdmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
index 66408a98298b..98467667ef39 100644
--- a/sound/soc/codecs/hdac_hdmi.c
+++ b/sound/soc/codecs/hdac_hdmi.c
@@ -1337,7 +1337,7 @@ static int hdac_hdmi_add_ports(struct hdac_device *hdev,

/*
* FIXME: max_port may vary for each platform, so pass this as
- * as driver data or query from i915 interface when this API is
+ * driver data or query from i915 interface when this API is
* implemented.
*/

--
2.36.1