Fix comment formatting.

This commit is contained in:
Edward Tomasz Napierala 2013-04-02 12:22:44 +00:00
parent fa67e83c67
commit d732e85ce2

View File

@ -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);