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>
This commit is contained in:
Jilin Yuan 2022-06-30 20:39:24 +08:00 committed by Jakub Kicinski
parent abf1efb6ae
commit 04740c53ca

View file

@ -1110,7 +1110,7 @@ static int qed_int_deassertion(struct qed_hwfn *p_hwfn,
bit_len); bit_len);
/* Some bits represent more than a /* Some bits represent more than a
* a single interrupt. Correctly print * single interrupt. Correctly print
* their name. * their name.
*/ */
if (ATTENTION_LENGTH(flags) > 2 || if (ATTENTION_LENGTH(flags) > 2 ||