From: Xiang wangx Date: Sat, 18 Jun 2022 13:19:14 +0000 (+0800) Subject: sfc: Fix typo in comment X-Git-Tag: v6.0-rc1~141^2~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd33c5932e5547364146bab2314a2f39f2559a6d;p=thirdparty%2Fkernel%2Flinux.git sfc: Fix typo in comment Delete the redundant word 'and'. Signed-off-by: Xiang wangx Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/sfc/mcdi.c b/drivers/net/ethernet/sfc/mcdi.c index 50baf62b2cbc6..a3425b6be3f74 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). */