ice: Remove a double word in a source code comment

- s/is is/is/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-08 21:00:23 +02:00
parent 19ae05aad3
commit 8ece7189e0

View File

@ -7374,7 +7374,7 @@ ice_init_dcb_setup(struct ice_softc *sc)
/* If there is an error, then FW LLDP is not in a usable state */
if (status != 0 && status != ICE_ERR_NOT_READY) {
/* Don't print an error message if the return code from the AQ
* cmd performed in ice_init_dcb() is is EPERM; that means the
* cmd performed in ice_init_dcb() is EPERM; that means the
* FW LLDP engine is disabled, and that is a valid state.
*/
if (!(status == ICE_ERR_AQ_ERROR &&