Date: Thu, 24 Oct 2024 15:06:48 GMT From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 36756195a342 - main - ocs_fc: Remove a stray semicolon Message-ID: <202410241506.49OF6ml4061323@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=36756195a342dbfb8fcfc7561b1d656fc6310d05 commit 36756195a342dbfb8fcfc7561b1d656fc6310d05 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2024-10-24 15:04:50 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2024-10-24 15:04:50 +0000 ocs_fc: Remove a stray semicolon MFC after: 1 week --- sys/dev/ocs_fc/ocs_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c index c368e09aef8c..62ef3cd49be3 100644 --- a/sys/dev/ocs_fc/ocs_hw.c +++ b/sys/dev/ocs_fc/ocs_hw.c @@ -12192,7 +12192,7 @@ ocs_hw_set_persistent_topology(ocs_hw_t *hw, uint32_t topology, uint32_t opts) param.persistent_topo = SLI4_INIT_LINK_F_P2P_FAIL_OVER; param.topo_failover = 1; } else { - param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY;; + param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY; param.topo_failover = 0; } break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410241506.49OF6ml4061323>