diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-18 21:22:41 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-06-19 11:29:28 +0100 |
commit | 9776fe0f424b7d11af953b52322961845e2b5763 (patch) | |
tree | a7773a54e6a1771a02bc98e070ff0a6d79d8bded /drivers/net/ethernet/sfc/siena | |
parent | dd33c5932e5547364146bab2314a2f39f2559a6d (diff) | |
download | lwn-9776fe0f424b7d11af953b52322961845e2b5763.tar.gz lwn-9776fe0f424b7d11af953b52322961845e2b5763.zip |
sfc/siena: 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>
Diffstat (limited to 'drivers/net/ethernet/sfc/siena')
-rw-r--r-- | drivers/net/ethernet/sfc/siena/mcdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/siena/mcdi.c b/drivers/net/ethernet/sfc/siena/mcdi.c index 3df0f0eca3b7..3f7899daa86a 100644 --- a/drivers/net/ethernet/sfc/siena/mcdi.c +++ b/drivers/net/ethernet/sfc/siena/mcdi.c @@ -1264,7 +1264,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). */ |