aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rts5208
diff options
context:
space:
mode:
authorGravatar Wayne Porter <wporter82@gmail.com> 2016-10-11 21:56:19 +0000
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-10-16 10:26:36 +0200
commite78bff3266c1e187e82b88cbf966f9f654cbf0a3 (patch)
treed1bc37583adc0b30b08a0ba8d9aa4b47bca84b5d /drivers/staging/rts5208
parentstaging: rts5208: spi.c: Alignment fixes (diff)
downloadlinux-e78bff3266c1e187e82b88cbf966f9f654cbf0a3.tar.gz
linux-e78bff3266c1e187e82b88cbf966f9f654cbf0a3.tar.bz2
linux-e78bff3266c1e187e82b88cbf966f9f654cbf0a3.zip
staging: rts5208: sd.h: Alignment fixes
Lining up code with open parenthses found by checkpatch Signed-off-by: Wayne Porter <wporter82@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208')
-rw-r--r--drivers/staging/rts5208/sd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/rts5208/sd.h b/drivers/staging/rts5208/sd.h
index 60b79280fb5f..55764e16b93a 100644
--- a/drivers/staging/rts5208/sd.h
+++ b/drivers/staging/rts5208/sd.h
@@ -280,14 +280,15 @@ int reset_sd_card(struct rtsx_chip *chip);
int sd_switch_clock(struct rtsx_chip *chip);
void sd_stop_seq_mode(struct rtsx_chip *chip);
int sd_rw(struct scsi_cmnd *srb, struct rtsx_chip *chip,
- u32 start_sector, u16 sector_cnt);
+ u32 start_sector, u16 sector_cnt);
void sd_cleanup_work(struct rtsx_chip *chip);
int sd_power_off_card3v3(struct rtsx_chip *chip);
int release_sd_card(struct rtsx_chip *chip);
#ifdef SUPPORT_CPRM
int soft_reset_sd_card(struct rtsx_chip *chip);
int ext_sd_send_cmd_get_rsp(struct rtsx_chip *chip, u8 cmd_idx,
- u32 arg, u8 rsp_type, u8 *rsp, int rsp_len, bool special_check);
+ u32 arg, u8 rsp_type, u8 *rsp, int rsp_len,
+ bool special_check);
int ext_sd_get_rsp(struct rtsx_chip *chip, int len, u8 *rsp, u8 rsp_type);
int sd_pass_thru_mode(struct scsi_cmnd *srb, struct rtsx_chip *chip);