staging: rts5208: Fix missing blank line warning.
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Mon, 29 Sep 2014 18:28:02 +0000 (21:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 17:07:04 +0000 (10:07 -0700)
Fixes "Missing a blank line after declarations" checkpatch.pl warning in
rtsx_scsi.c

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_scsi.c

index 7e6c7c0..bd033d0 100644 (file)
@@ -440,6 +440,7 @@ static int test_unit_ready(struct scsi_cmnd *srb, struct rtsx_chip *chip)
 #ifdef SUPPORT_SD_LOCK
        if (get_lun_card(chip, SCSI_LUN(srb)) == SD_CARD) {
                struct sd_info *sd_card = &(chip->sd_card);
+
                if (sd_card->sd_lock_notify) {
                        sd_card->sd_lock_notify = 0;
                        set_sense_type(chip, lun, SENSE_TYPE_MEDIA_CHANGE);
@@ -746,6 +747,7 @@ static void ms_mode_sense(struct rtsx_chip *chip, u8 cmd,
        if (data_size > sys_info_offset) {
                /* 96 Bytes Attribute Data */
                int len = data_size - sys_info_offset;
+
                len = (len < 96) ? len : 96;
 
                memcpy(buf + sys_info_offset, ms_card->raw_sys_info, len);
@@ -1568,6 +1570,7 @@ static int get_variable(struct scsi_cmnd *srb, struct rtsx_chip *chip)
                rtsx_stor_set_xfer_buf(&tmp, 1, srb);
        } else if (srb->cmnd[3] == 2) {
                u8 tmp = chip->blink_led;
+
                rtsx_stor_set_xfer_buf(&tmp, 1, srb);
        } else {
                set_sense_type(chip, lun, SENSE_TYPE_MEDIA_INVALID_CMD_FIELD);