[libata] fix 'if(' and similar areas that lack whitespace
[firefly-linux-kernel-4.4.55.git] / drivers / ata / sata_sx4.c
index b6026bceccd1628325ab2b2a6953196059932b5c..16b3b8a7924bcc3d7091d39af50a98a8e3b48589 100644 (file)
@@ -1091,7 +1091,7 @@ static int pdc20621_detect_dimm(struct ata_host *host)
                return 0;
 
        if (pdc20621_i2c_read(host, PDC_DIMM0_SPD_DEV_ADDRESS, 9, &data)) {
-               if(data <= 0x75)
+               if (data <= 0x75)
                        return 133;
        } else
                return 0;
@@ -1254,7 +1254,7 @@ static unsigned int pdc20621_dimm_init(struct ata_host *host)
           If SX4 is on PCI-X bus, after 3 seconds, the timer counter
           register should be >= (0xffffffff - 3x10^8).
        */
-       if(tcount >= PCI_X_TCOUNT) {
+       if (tcount >= PCI_X_TCOUNT) {
                ticks = (time_period - tcount);
                VPRINTK("Num counters 0x%x (%d)\n", ticks, ticks);