]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm926ejs/mx27/reset.c
imx: fix coding style
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / mx27 / reset.c
index 6c54eafd37dac43253188ce385a4f4ad4d240527..cc0a33ed55fc9d6e6fcdefb75bf29ef13197d63f 100644 (file)
@@ -39,7 +39,7 @@
 /*
  * Reset the cpu by setting up the watchdog timer and let it time out
  */
-void reset_cpu (ulong ignored)
+void reset_cpu(ulong ignored)
 {
        struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE;
        /* Disable watchdog and set Time-Out field to 0 */