[Midnightbsd-cvs] src [9129] trunk/sys/cam/cam_sim.h: remove extra semicolons.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 1 20:39:34 EDT 2016


Revision: 9129
          http://svnweb.midnightbsd.org/src/?rev=9129
Author:   laffer1
Date:     2016-10-01 20:39:34 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
remove extra semicolons.

Modified Paths:
--------------
    trunk/sys/cam/cam_sim.h

Modified: trunk/sys/cam/cam_sim.h
===================================================================
--- trunk/sys/cam/cam_sim.h	2016-10-02 00:39:18 UTC (rev 9128)
+++ trunk/sys/cam/cam_sim.h	2016-10-02 00:39:34 UTC (rev 9129)
@@ -123,8 +123,8 @@
 
 };
 
-#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)



More information about the Midnightbsd-cvs mailing list