summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/cam_sim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_sim.h b/sys/cam/cam_sim.h
index 93e99a5..58127ba 100644
--- a/sys/cam/cam_sim.h
+++ b/sys/cam/cam_sim.h
@@ -123,8 +123,8 @@ struct cam_sim {
};
-#define CAM_SIM_LOCK(sim) mtx_lock((sim)->mtx);
-#define CAM_SIM_UNLOCK(sim) mtx_unlock((sim)->mtx);
+#define CAM_SIM_LOCK(sim) mtx_lock((sim)->mtx)
+#define CAM_SIM_UNLOCK(sim) mtx_unlock((sim)->mtx)
static __inline u_int32_t
cam_sim_path(struct cam_sim *sim)
OpenPOWER on IntegriCloud