From 8ece7189e0ad5aed326d5ece289a81d31a700abe Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 8 Apr 2022 21:00:23 +0200 Subject: [PATCH] ice: Remove a double word in a source code comment - s/is is/is/ MFC after: 3 days --- sys/dev/ice/ice_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ice/ice_lib.c b/sys/dev/ice/ice_lib.c index 501c39eb398..4212a0c76c8 100644 --- a/sys/dev/ice/ice_lib.c +++ b/sys/dev/ice/ice_lib.c @@ -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 &&