]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/spi/omap3_spi.c
Coding Style cleanup: remove trailing white space
[karo-tx-uboot.git] / drivers / spi / omap3_spi.c
index 6bac245721fd650add4010d05cef86f071ad502a..3b38c344306319937a1258f34ab1beff352b6884 100644 (file)
@@ -83,7 +83,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
                regs = (struct mcspi *)OMAP3_MCSPI2_BASE;
                break;
 #endif
-#ifdef OMAP3_MCSPI3_BASE 
+#ifdef OMAP3_MCSPI3_BASE
        case 2:
                regs = (struct mcspi *)OMAP3_MCSPI3_BASE;
                break;