Skip to content

Commit 04740c5

Browse files
Jilin Yuankuba-moo
authored andcommitted
qlogic/qed: fix repeated words in comments
Delete the redundant word 'a'. Signed-off-by: Jilin Yuan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent abf1efb commit 04740c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/qlogic/qed/qed_int.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ static int qed_int_deassertion(struct qed_hwfn *p_hwfn,
11101110
bit_len);
11111111

11121112
/* Some bits represent more than a
1113-
* a single interrupt. Correctly print
1113+
* single interrupt. Correctly print
11141114
* their name.
11151115
*/
11161116
if (ATTENTION_LENGTH(flags) > 2 ||

0 commit comments

Comments
 (0)