Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / rts5208 / rtsx.h
index 1396263e13e6e7215b58a4aa7dca16609acf5862..2f902d5e1a1d81e71c5d3625d4aeec6235ca97e1 100644 (file)
@@ -77,7 +77,6 @@ do {                                                  \
 } while (0)
 #define wait_timeout(msecs)    wait_timeout_x(TASK_INTERRUPTIBLE, (msecs))
 
-
 #define STATE_TRANS_NONE       0
 #define STATE_TRANS_CMD                1
 #define STATE_TRANS_BUF                2
@@ -138,6 +137,7 @@ static inline struct Scsi_Host *rtsx_to_host(struct rtsx_dev *dev)
 {
        return container_of((void *) dev, struct Scsi_Host, hostdata);
 }
+
 static inline struct rtsx_dev *host_to_rtsx(struct Scsi_Host *host)
 {
        return (struct rtsx_dev *) host->hostdata;
This page took 0.025505 seconds and 5 git commands to generate.