aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Warfield <[email protected]>2020-12-08 14:25:29 -0800
committerGreg Kroah-Hartman <[email protected]>2020-12-09 15:49:18 +0100
commitb7bc4df86afd07a44f266680d72572c501e0c9d4 (patch)
tree3c4080bc045c700ce5460db6dce32c0a507c5494
parent56c90457ebfe9422496aac6ef3d3f0f0ea8b2ec2 (diff)
staging: qlge: remove duplicate word in comment
This patch fixes the checkpatch warning: WARNING: Possible repeated word: 'each' 1712: FILE: qlge.h:1712.h + * that are each each 64-bits in length. There are a total of Signed-off-by: Nicholas Warfield <[email protected]> Link: https://lore.kernel.org/r/X8/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/qlge/qlge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h
index b295990e361b..0381f3f56bc7 100644
--- a/drivers/staging/qlge/qlge.h
+++ b/drivers/staging/qlge/qlge.h
@@ -1709,7 +1709,7 @@ enum {
#define ETS_REGS_DUMP_WORD_COUNT 10
/* Each probe mux entry stores the probe type plus 64 entries
- * that are each each 64-bits in length. There are a total of
+ * that are each 64-bits in length. There are a total of
* 34 (PRB_MX_ADDR_VALID_TOTAL) valid probes.
*/
#define PRB_MX_ADDR_PRB_WORD_COUNT (1 + (PRB_MX_ADDR_MAX_MUX * 2))