git: 8ece7189e0ad - main - ice: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:11 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8ece7189e0ad5aed326d5ece289a81d31a700abe commit 8ece7189e0ad5aed326d5ece289a81d31a700abe Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:00:23 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:25:47 +0000 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 501c39eb3986..4212a0c76c88 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 &&