summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-30 20:39:24 +0800
committerJakub Kicinski <kuba@kernel.org>2022-07-01 20:13:50 -0700
commit04740c53cac4bf93b5233a0d774d7f39620378e1 (patch)
tree6dbfc0bfabcf94e0343fc66f53eeb7580342ec59
parentabf1efb6ae78961aa5e1154959e60eeb57c095de (diff)
qlogic/qed: fix repeated words in comments
Delete the redundant word 'a'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220630123924.7531-1-yuanjilin@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c b/drivers/net/ethernet/qlogic/qed/qed_int.c
index 82e74f62b677..d701ecd3ba00 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -1110,7 +1110,7 @@ static int qed_int_deassertion(struct qed_hwfn *p_hwfn,
bit_len);
/* Some bits represent more than a
- * a single interrupt. Correctly print
+ * single interrupt. Correctly print
* their name.
*/
if (ATTENTION_LENGTH(flags) > 2 ||