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

From: Jilin Yuan
Date: Tue Aug 16 2022 - 08:36:38 EST


Delete the redundant word 'as'.

Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>
---
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