sys/cam: remove doubled ;s
This commit is contained in:
parent
fd7260ad2f
commit
3709674072
@ -13265,7 +13265,7 @@ ctl_done_timer_wakeup(void *arg)
|
||||
void
|
||||
ctl_serseq_done(union ctl_io *io)
|
||||
{
|
||||
struct ctl_lun *lun = CTL_LUN(io);;
|
||||
struct ctl_lun *lun = CTL_LUN(io);
|
||||
|
||||
if (lun->be_lun == NULL ||
|
||||
lun->be_lun->serseq == CTL_LUN_SERSEQ_OFF)
|
||||
|
@ -7112,7 +7112,7 @@ scsi_attrib_vendser_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr,
|
||||
case SCSI_ATTR_OUTPUT_NONASCII_ESC:
|
||||
default:
|
||||
strvis_flags = CAM_STRVIS_FLAG_NONASCII_ESC;
|
||||
break;;
|
||||
break;
|
||||
}
|
||||
cam_strvis_sbuf(sb, vendser->vendor, sizeof(vendser->vendor),
|
||||
strvis_flags);
|
||||
|
@ -3973,7 +3973,7 @@ out:
|
||||
static void
|
||||
da_delete_unmap(struct cam_periph *periph, union ccb *ccb, struct bio *bp)
|
||||
{
|
||||
struct da_softc *softc = (struct da_softc *)periph->softc;;
|
||||
struct da_softc *softc = (struct da_softc *)periph->softc;
|
||||
struct bio *bp1;
|
||||
uint8_t *buf = softc->unmap_buf;
|
||||
struct scsi_unmap_desc *d = (void *)&buf[UNMAP_HEAD_SIZE];
|
||||
|
Loading…
x
Reference in New Issue
Block a user