diff mbox series

[10/25] hw/chiptod: Fix tabs in opal_resync_timebase

Message ID 20170905055202.8216-11-joel@jms.id.au
State Accepted
Headers show
Series Checkpatch fixes | expand

Commit Message

Joel Stanley Sept. 5, 2017, 5:51 a.m. UTC
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 hw/chiptod.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/hw/chiptod.c b/hw/chiptod.c
index e157f0636ec4..eefaed270523 100644
--- a/hw/chiptod.c
+++ b/hw/chiptod.c
@@ -1580,9 +1580,9 @@  error_out:
 static int64_t opal_resync_timebase(void)
 {
        if (!chiptod_wakeup_resync()) {
-               prerror("OPAL: Resync timebase failed on CPU 0x%04x\n",
+	       prerror("OPAL: Resync timebase failed on CPU 0x%04x\n",
 		      this_cpu()->pir);
-               return OPAL_HARDWARE;
+	       return OPAL_HARDWARE;
        }
        return OPAL_SUCCESS;
 }