Date: Thu, 14 Apr 2022 06:45:23 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a2453dd10a06 - stable/12 - ice: Remove a double word in a source code comment Message-ID: <202204140645.23E6jNGb097212@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a2453dd10a06f0c0db92f8c4b06a56d80927f7d1 commit a2453dd10a06f0c0db92f8c4b06a56d80927f7d1 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:00:23 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:40:17 +0000 ice: Remove a double word in a source code comment - s/is is/is/ (cherry picked from commit 8ece7189e0ad5aed326d5ece289a81d31a700abe) --- 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 f60e3feaafef..63fa1b6500ac 100644 --- a/sys/dev/ice/ice_lib.c +++ b/sys/dev/ice/ice_lib.c @@ -6959,7 +6959,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 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6jNGb097212>