Staging: rts5208: rtsx_transport.c: Remove spaces after casts

This patch removes all spaces after casts in rtsx_transport.c, as reported
by checkpatch.pl:

CHECK: No space is necessary after a cast

Signed-off-by: Shaun Ren <shaun.ren@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shaun Ren 2016-02-15 10:58:49 -08:00 committed by Greg Kroah-Hartman
parent d1303c1a9a
commit 53374ad203

View file

@ -73,7 +73,7 @@ unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,
*/
} else {
struct scatterlist *sg =
(struct scatterlist *) scsi_sglist(srb)
(struct scatterlist *)scsi_sglist(srb)
+ *index;
/*