summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-18 21:19:14 +0800
committerDavid S. Miller <davem@davemloft.net>2022-06-19 11:29:28 +0100
commitdd33c5932e5547364146bab2314a2f39f2559a6d (patch)
treebd4adcdc77228107eb5cc4f083637f22b21a208d
parenta278bfb242982b91db7b742852b0d33c3168a479 (diff)
downloadlinux-dd33c5932e5547364146bab2314a2f39f2559a6d.tar.bz2
sfc: Fix typo in comment
Delete the redundant word 'and'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/sfc/mcdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/mcdi.c b/drivers/net/ethernet/sfc/mcdi.c
index 50baf62b2cbc..a3425b6be3f7 100644
--- a/drivers/net/ethernet/sfc/mcdi.c
+++ b/drivers/net/ethernet/sfc/mcdi.c
@@ -1261,7 +1261,7 @@ static void efx_mcdi_ev_death(struct efx_nic *efx, int rc)
}
/* The MC is going down in to BIST mode. set the BIST flag to block
- * new MCDI, cancel any outstanding MCDI and and schedule a BIST-type reset
+ * new MCDI, cancel any outstanding MCDI and schedule a BIST-type reset
* (which doesn't actually execute a reset, it waits for the controlling
* function to reset it).
*/