diff mbox series

xive: Fix two typos in comments

Message ID 1592849058-28544-1-git-send-email-gromero@linux.ibm.com
State Accepted
Headers show
Series xive: Fix two typos in comments | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Gustavo Romero June 22, 2020, 6:04 p.m. UTC
This commit fixes two typos in XIVE comments about how to handle an
escalation event.

Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>
---
 hw/xive.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Cédric Le Goater June 23, 2020, 6:08 a.m. UTC | #1
On 6/22/20 8:04 PM, Gustavo Romero wrote:
> This commit fixes two typos in XIVE comments about how to handle an
> escalation event.
> 
> Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>

Reviewed-by: Cédric Le Goater <clg@kaod.org>

> ---
>  hw/xive.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/xive.c b/hw/xive.c
> index 9c9123f..4b33e00 100644
> --- a/hw/xive.c
> +++ b/hw/xive.c
> @@ -731,7 +731,7 @@ static struct xive_ive *xive_get_ive(struct xive *x, unsigned int isn)
>  	uint32_t idx = GIRQ_TO_IDX(isn);
>  
>  	if (GIRQ_IS_ESCALATION(isn)) {
> -		/* Allright, an escalation IVE is buried inside an EQ, let's
> +		/* All right, an escalation IVE is buried inside an EQ, let's
>  		 * try to find it
>  		 */
>  		struct xive_eq *eq;
> @@ -747,7 +747,7 @@ static struct xive_ive *xive_get_ive(struct xive *x, unsigned int isn)
>  		}
>  
>  		/* If using single-escalation, don't let anybody get to the individual
> -		 * esclation interrupts
> +		 * escalation interrupts
>  		 */
>  		if (xive_get_field32(EQ_W0_UNCOND_ESCALATE, eq->w0))
>  			return NULL;
>
diff mbox series

Patch

diff --git a/hw/xive.c b/hw/xive.c
index 9c9123f..4b33e00 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -731,7 +731,7 @@  static struct xive_ive *xive_get_ive(struct xive *x, unsigned int isn)
 	uint32_t idx = GIRQ_TO_IDX(isn);
 
 	if (GIRQ_IS_ESCALATION(isn)) {
-		/* Allright, an escalation IVE is buried inside an EQ, let's
+		/* All right, an escalation IVE is buried inside an EQ, let's
 		 * try to find it
 		 */
 		struct xive_eq *eq;
@@ -747,7 +747,7 @@  static struct xive_ive *xive_get_ive(struct xive *x, unsigned int isn)
 		}
 
 		/* If using single-escalation, don't let anybody get to the individual
-		 * esclation interrupts
+		 * escalation interrupts
 		 */
 		if (xive_get_field32(EQ_W0_UNCOND_ESCALATE, eq->w0))
 			return NULL;