Skip to content

Commit

Permalink
Fix comment formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
trasz committed Apr 2, 2013
1 parent f1c9eb3 commit f6bea94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/cam/ctl/ctl.c
Expand Up @@ -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

/*
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit f6bea94

Please sign in to comment.