Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304259
b: refs/heads/master
c: 277ac73
h: refs/heads/master
i:
  304257: fb1859f
  304255: 1544a74
v: v3
  • Loading branch information
Hitoshi NAKAMORI authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent bf7f299 commit 6da5cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 215c47c931d2e22f05bbff31ebf9325f7479fcf5
refs/heads/master: 277ac73720628f032c34c1e8b157a6ae2077766f
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rts_pstor/rtsx_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;

Expand Down

0 comments on commit 6da5cf7

Please sign in to comment.