]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/ahci.c
Coding Style cleanup: remove trailing white space
[karo-tx-uboot.git] / drivers / block / ahci.c
index 8cc9379b82c406ff4245a800c26520c2f79bff64..0daad364d728d0df8cf99b483e8bc2ceeaea11d0 100644 (file)
@@ -113,7 +113,7 @@ int __weak ahci_link_up(struct ahci_probe_ent *probe_ent, u8 port)
        int j = 0;
        u8 *port_mmio = (u8 *)probe_ent->port[port].port_mmio;
 
-       /* 
+       /*
         * Bring up SATA link.
         * SATA link bringup time is usually less than 1 ms; only very
         * rarely has it taken between 1-2 ms. Never seen it above 2 ms.