Fix whitespace from r342528

This commit is contained in:
Scott Long 2018-12-31 23:27:56 +00:00
parent a230c2f1b3
commit e94a449387
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342659

View File

@ -1107,9 +1107,8 @@ mpr_user_pass_thru(struct mpr_softc *sc, mpr_pass_thru_t *data)
SenseCount)), sizeof(struct
scsi_sense_data));
mpr_unlock(sc);
copyout(cm->cm_sense,
(PTRIN(data->PtrReply + sizeof(MPI2_SCSI_IO_REPLY))),
sense_len);
copyout(cm->cm_sense, (PTRIN(data->PtrReply +
sizeof(MPI2_SCSI_IO_REPLY))), sense_len);
mpr_lock(sc);
}
}