Author: scottl Date: Mon Dec 31 23:27:56 2018 New Revision: 342659 URL: https://svnweb.freebsd.org/changeset/base/342659
Log: Fix whitespace from r342528 Modified: head/sys/dev/mpr/mpr_user.c Modified: head/sys/dev/mpr/mpr_user.c ============================================================================== --- head/sys/dev/mpr/mpr_user.c Mon Dec 31 22:46:43 2018 (r342658) +++ head/sys/dev/mpr/mpr_user.c Mon Dec 31 23:27:56 2018 (r342659) @@ -1107,9 +1107,8 @@ mpr_user_pass_thru(struct mpr_softc *sc, mpr_pass_thru 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); } } _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"