Skip to content

Commit

Permalink
Staging:rts_pstor: fix coding style issue in rtsx_transport.c
Browse files Browse the repository at this point in the history
This patch changes the space of the indent to the tab that warning
found by the checkpatch.pl tool.

Signed-off-by: Hitoshi NAKAMORI<hitoshi.nakamori@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Hitoshi NAKAMORI authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent 215c47c commit 277ac73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 277ac73

Please sign in to comment.