]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/rts_pstor/rtsx_transport.c
Merge 3.4-rc5 into staging-next
[karo-tx-linux.git] / drivers / staging / rts_pstor / rtsx_transport.c
index 9b2e5c99870f3096571bea1eab7e24991948de86..54a474235f2699f5f27cd823359c999996c76495 100644 (file)
@@ -130,7 +130,7 @@ unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,
 /* Store the contents of buffer into srb's transfer buffer and set the
 * SCSI residue. */
 void rtsx_stor_set_xfer_buf(unsigned char *buffer,
-       unsigned int buflen, struct scsi_cmnd *srb)
+       unsigned int buflen, struct scsi_cmnd *srb)
 {
        unsigned int index = 0, offset = 0;
 
@@ -141,7 +141,7 @@ void rtsx_stor_set_xfer_buf(unsigned char *buffer,
 }
 
 void rtsx_stor_get_xfer_buf(unsigned char *buffer,
-       unsigned int buflen, struct scsi_cmnd *srb)
+       unsigned int buflen, struct scsi_cmnd *srb)
 {
        unsigned int index = 0, offset = 0;