[Midnightbsd-cvs] src [9085] trunk/sys/cam/ctl/ctl.c: fix comment format.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 1 06:29:58 EDT 2016


Revision: 9085
          http://svnweb.midnightbsd.org/src/?rev=9085
Author:   laffer1
Date:     2016-10-01 06:29:58 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
fix comment format.

Modified Paths:
--------------
    trunk/sys/cam/ctl/ctl.c

Modified: trunk/sys/cam/ctl/ctl.c
===================================================================
--- trunk/sys/cam/ctl/ctl.c	2016-10-01 10:26:24 UTC (rev 9084)
+++ trunk/sys/cam/ctl/ctl.c	2016-10-01 10:29:58 UTC (rev 9085)
@@ -89,9 +89,9 @@
 #define CTL_DONE_THREAD
 
 /*
- *  * Use the serial number and device ID provided by the backend, rather than
- *   * making up our own.
- *    */
+ * Use the serial number and device ID provided by the backend, rather than
+ * making up our own.
+ */
 #define CTL_USE_BACKEND_SN
 
 /*
@@ -7852,7 +7852,7 @@
 				return (CTL_RETVAL_COMPLETE);
 			}
 		} else if ((cdb->action & SPRO_ACTION_MASK) != SPRO_REGISTER) {
-		    /*
+			/*
 			 * We are not registered
 			 */
 			mtx_unlock(&softc->ctl_lock);



More information about the Midnightbsd-cvs mailing list