Author: trasz
Date: Tue Apr  2 12:22:44 2013
New Revision: 249019
URL: http://svnweb.freebsd.org/changeset/base/249019

Log:
  Fix comment formatting.

Modified:
  head/sys/cam/ctl/ctl.c

Modified: head/sys/cam/ctl/ctl.c
==============================================================================
--- head/sys/cam/ctl/ctl.c      Tue Apr  2 11:48:06 2013        (r249018)
+++ head/sys/cam/ctl/ctl.c      Tue Apr  2 12:22:44 2013        (r249019)
@@ -92,9 +92,9 @@ struct ctl_softc *control_softc = NULL;
 #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
 
 /*
@@ -7893,7 +7893,7 @@ ctl_persistent_reserve_out(struct ctl_sc
                                return (CTL_RETVAL_COMPLETE);
                        }
                } else if ((cdb->action & SPRO_ACTION_MASK) != SPRO_REGISTER) {
-                   /*
+                       /*
                         * We are not registered
                         */
                        mtx_unlock(&softc->ctl_lock);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to