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:
parent
d1303c1a9a
commit
53374ad203
|
@ -73,7 +73,7 @@ unsigned int rtsx_stor_access_xfer_buf(unsigned char *buffer,
|
||||||
*/
|
*/
|
||||||
} else {
|
} else {
|
||||||
struct scatterlist *sg =
|
struct scatterlist *sg =
|
||||||
(struct scatterlist *) scsi_sglist(srb)
|
(struct scatterlist *)scsi_sglist(srb)
|
||||||
+ *index;
|
+ *index;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue