ice: Remove a double word in a source code comment
- s/is is/is/ MFC after: 3 days
This commit is contained in:
parent
19ae05aad3
commit
8ece7189e0
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user