Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2013 17:20:44 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r249513 - stable/9/sys/cam/ctl
Message-ID:  <201304151720.r3FHKiro002878@svn.freebsd.org>

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



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