acpi: Move the xsdt pointer to acpi_ctx
[oweals/u-boot.git] / common / flash.c
index efe8f53de6644ce2735313cd8f9e74ca37ee7ce4..5f155aefd1d36e81cbee1e1bce6932e141cde278 100644 (file)
@@ -179,7 +179,7 @@ flash_write (char *src, ulong addr, ulong cnt)
 /*-----------------------------------------------------------------------
  */
 
-void flash_perror (int err)
+void flash_perror(int err)
 {
        switch (err) {
        case ERR_OK: