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

Jilin Yuan posted 1 patch 3 years, 7 months ago
sound/soc/codecs/hdac_hdmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc/codecs: fix repeated words in comments
Posted by Jilin Yuan 3 years, 7 months ago
 Delete the redundant word 'as'.

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