Date: Mon, 31 Dec 2018 23:27:56 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r342659 - head/sys/dev/mpr Message-ID: <201812312327.wBVNRuTl074286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812312327.wBVNRuTl074286>