diff mbox series

[16/25] hw/lpc: Fix tabs in base definitions

Message ID 20170905055202.8216-17-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/lpc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/hw/lpc.c b/hw/lpc.c
index 88faa4b7d4e9..663bffbcc18e 100644
--- a/hw/lpc.c
+++ b/hw/lpc.c
@@ -162,10 +162,10 @@  static bool lpc_irqs_ready;
  * today on Tuletta.
  */
 static uint32_t lpc_io_opb_base		= 0xd0010000;
-static uint32_t lpc_mem_opb_base 	= 0xe0000000;
-static uint32_t lpc_fw_opb_base 	= 0xf0000000;
-static uint32_t lpc_reg_opb_base 	= 0xc0012000;
-static uint32_t opb_master_reg_base 	= 0xc0010000;
+static uint32_t lpc_mem_opb_base	= 0xe0000000;
+static uint32_t lpc_fw_opb_base		= 0xf0000000;
+static uint32_t lpc_reg_opb_base	= 0xc0012000;
+static uint32_t opb_master_reg_base	= 0xc0010000;
 
 static int64_t opb_mmio_write(struct lpcm *lpc, uint32_t addr, uint32_t data,
 			      uint32_t sz)