[Skiboot] [PATCH 11/11] xive: Fix typo in a comment

Benjamin Herrenschmidt benh at kernel.crashing.org
Wed Mar 15 20:59:00 AEDT 2017


Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
 hw/xive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/xive.c b/hw/xive.c
index d0c3b43..bb5f0b0 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -3607,7 +3607,7 @@ static int64_t opal_xive_set_queue_info(uint64_t vp, uint32_t prio,
 			       EQ_W1_ESn_P | EQ_W1_ESn_Q));
 
 	/* Enable or disable. We always enable backlog for an
-	 * enable queue otherwise escalations won't work.
+	 * enabled queue otherwise escalations won't work.
 	 */
 	if (qflags & OPAL_XIVE_EQ_ENABLED)
 		eq.w0 |= EQ_W0_VALID | EQ_W0_BACKLOG;
-- 
2.9.3



More information about the Skiboot mailing list