Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 12:22:44 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249019 - head/sys/cam/ctl
Message-ID:  <201304021222.r32CMiq8084207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304021222.r32CMiq8084207>