diff mbox series

[v2,1/9] phb4: Update comment

Message ID 20171023102222.25997-1-mikey@neuling.org
State Accepted
Headers show
Series [v2,1/9] phb4: Update comment | expand

Commit Message

Michael Neuling Oct. 23, 2017, 10:22 a.m. UTC
No functional change.

Signed-off-by: Michael Neuling <mikey@neuling.org>
---
v2: pest -> PEST
---
 hw/phb4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith Oct. 23, 2017, 8:43 p.m. UTC | #1
Michael Neuling <mikey@neuling.org> writes:
> No functional change.
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>
> ---
> v2: pest -> PEST

Series merged to master as of 70eaa3dce5e14d311d93d474b3190509bee4a765
diff mbox series

Patch

diff --git a/hw/phb4.c b/hw/phb4.c
index 48b01e7b63..206b0b7402 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -1140,7 +1140,7 @@  static int64_t phb4_ioda_reset(struct phb *phb, bool purge)
 
 	/* Additional OPAL specific inits */
 
-	/* Clear RTT and PELTV */
+	/* Clear RTT and PELTV and PEST */
 	if (p->tbl_rtt)
 		memcpy((void *)p->tbl_rtt, p->rte_cache, RTT_TABLE_SIZE);
 	if (p->tbl_peltv)