diff mbox series

hw/phb4: Fix indentation of brdgCtl

Message ID 20190226054951.21937-1-oohall@gmail.com
State Accepted
Headers show
Series hw/phb4: Fix indentation of brdgCtl | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning master/apply_patch Patch failed to apply
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Oliver O'Halloran Feb. 26, 2019, 5:49 a.m. UTC
Come on bridge control register. You're letting the team down.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 hw/phb4.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Stewart Smith Feb. 26, 2019, 5:55 a.m. UTC | #1
"Oliver O'Halloran" <oohall@gmail.com> writes:
> Come on bridge control register. You're letting the team down.

So, in almost record time, merged to master as of
9b67792c38011a59e13a40c2158d6eb69401965c
diff mbox series

Patch

diff --git a/hw/phb4.c b/hw/phb4.c
index 0f4b15c01c45..ffdb01632fd2 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2029,8 +2029,7 @@  static void phb4_eeh_dump_regs(struct phb4 *p)
 	}
 	phb4_read_phb_status(p, s);
 
-
-	PHBERR(p, "brdgCtl        = %08x\n", s->brdgCtl);
+	PHBERR(p, "                 brdgCtl = %08x\n", s->brdgCtl);
 
 	/* PHB4 cfg regs */
 	PHBERR(p, "            deviceStatus = %08x\n", s->deviceStatus);