Author: trasz
Date: Mon Apr 15 17:20:44 2013
New Revision: 249513
URL: http://svnweb.freebsd.org/changeset/base/249513

Log:
  MFC r249019:
  
  Fix comment formatting.

Modified:
  stable/9/sys/cam/ctl/ctl.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/cam/ctl/ctl.c
==============================================================================
--- stable/9/sys/cam/ctl/ctl.c  Mon Apr 15 17:19:57 2013        (r249512)
+++ stable/9/sys/cam/ctl/ctl.c  Mon Apr 15 17:20:44 2013        (r249513)
@@ -90,9 +90,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
 
 /*
@@ -7874,7 +7874,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-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to