svn commit: r342659 - head/sys/dev/mpr

Scott Long scottl at FreeBSD.org
Mon Dec 31 23:27:57 UTC 2018


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


More information about the svn-src-head mailing list