summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-04-02 12:22:44 +0000
committertrasz <trasz@FreeBSD.org>2013-04-02 12:22:44 +0000
commitf6bea94bcac43ad8eb4f3ae34a0ad1782af56221 (patch)
treecc8c79303dc9db3c99e33d1ff49a1f7e5389cc6c
parentf1c9eb38e7f5d932f6f246353a1f646f551ffa55 (diff)
downloadFreeBSD-src-f6bea94bcac43ad8eb4f3ae34a0ad1782af56221.zip
FreeBSD-src-f6bea94bcac43ad8eb4f3ae34a0ad1782af56221.tar.gz
Fix comment formatting.
-rw-r--r--sys/cam/ctl/ctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c
index aa218b4..4478587 100644
--- a/sys/cam/ctl/ctl.c
+++ b/sys/cam/ctl/ctl.c
@@ -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_scsiio *ctsio)
return (CTL_RETVAL_COMPLETE);
}
} else if ((cdb->action & SPRO_ACTION_MASK) != SPRO_REGISTER) {
- /*
+ /*
* We are not registered
*/
mtx_unlock(&softc->ctl_lock);
OpenPOWER on IntegriCloud