Commit 17e1705b authored by Anjali Menon's avatar Anjali Menon Committed by Greg Kroah-Hartman

staging: rts5208: Removed blank lines

Removed multiple blank lines to avoid the check detected
by checkpatch.pl.

CHECK: Please don't use multiple blank lines
Signed-off-by: default avatarAnjali Menon <cse.anjalimenon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 350bef81
...@@ -420,7 +420,6 @@ int spi_erase_eeprom_byte(struct rtsx_chip *chip, u16 addr) ...@@ -420,7 +420,6 @@ int spi_erase_eeprom_byte(struct rtsx_chip *chip, u16 addr)
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }
int spi_read_eeprom(struct rtsx_chip *chip, u16 addr, u8 *val) int spi_read_eeprom(struct rtsx_chip *chip, u16 addr, u8 *val)
{ {
int retval; int retval;
...@@ -516,7 +515,6 @@ int spi_write_eeprom(struct rtsx_chip *chip, u16 addr, u8 val) ...@@ -516,7 +515,6 @@ int spi_write_eeprom(struct rtsx_chip *chip, u16 addr, u8 val)
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }
int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) int spi_get_status(struct scsi_cmnd *srb, struct rtsx_chip *chip)
{ {
struct spi_info *spi = &(chip->spi); struct spi_info *spi = &(chip->spi);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment