aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2024-10-24 15:04:50 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2024-11-07 16:32:17 +0000
commit69d334e3bf2aece6683ffff0fd5928c8c2dddc59 (patch)
tree0fcc6cfeeaed96a2492b55aaed629aa26b58afb4
parented01695d05b93a577d1ea838b443af2dfb76dd3a (diff)
ocs_fc: Remove a stray semicolon
MFC after: 1 week (cherry picked from commit 36756195a342dbfb8fcfc7561b1d656fc6310d05) (cherry picked from commit 02e61e1d9e02cb76706d4e82b5f56df20f9802aa)
-rw-r--r--sys/dev/ocs_fc/ocs_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c
index 9b368e32ce32..a437342bd0d0 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;