Skip to content

Commit

Permalink
qlogic/qed: fix repeated words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jilin Yuan authored and Jakub Kicinski committed Jul 2, 2022
1 parent abf1efb commit 04740c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 04740c5

Please sign in to comment.