diff options
author | Hitoshi NAKAMORI <hitoshi.nakamori@gmail.com> | 2012-03-26 14:34:50 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-10 09:47:06 -0700 |
commit | 277ac73720628f032c34c1e8b157a6ae2077766f (patch) | |
tree | 77d32675296c1b22b978eb2cf2f387d3572cf41b /drivers | |
parent | 215c47c931d2e22f05bbff31ebf9325f7479fcf5 (diff) | |
download | op-kernel-dev-277ac73720628f032c34c1e8b157a6ae2077766f.zip op-kernel-dev-277ac73720628f032c34c1e8b157a6ae2077766f.tar.gz |
Staging:rts_pstor: fix coding style issue in rtsx_transport.c
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rts_pstor/rtsx_transport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rts_pstor/rtsx_transport.c b/drivers/staging/rts_pstor/rtsx_transport.c index 4e3d2c1..488f950 100644 --- a/drivers/staging/rts_pstor/rtsx_transport.c +++ b/drivers/staging/rts_pstor/rtsx_transport.c @@ -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; |