diff mbox series

xive: Fix typo and spelling in a comment

Message ID 1590710535-12826-1-git-send-email-gromero@linux.ibm.com
State Accepted
Headers show
Series xive: Fix typo and spelling in a comment | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (75198f668911830bb5df27da59786199eac2e47c)
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 May 29, 2020, 12:02 a.m. UTC
This commit fixes a typo and a spelling in a comment about the XIVE set
translate mechanism.

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

Comments

Stewart Smith May 29, 2020, 11:42 p.m. UTC | #1
On Thu, May 28, 2020, at 5:02 PM, Gustavo Romero wrote:
> This commit fixes a typo and a spelling in a comment about the XIVE set
> translate mechanism.
> 
> Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>
> ---
>  hw/xive.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/xive.c b/hw/xive.c
> index 9a36f1a..9c9123f 100644
> --- a/hw/xive.c
> +++ b/hw/xive.c
> @@ -80,7 +80,7 @@
>   * with one EQ and one IPI. There is also enought EATs to cover all the PHBs.
>   *
>   * Similarily, for MMIO access, the BARs support what is called "set
> - * translation" which allows tyhe BAR to be devided into a certain
> + * translation" which allows the BAR to be divided into a certain
>   * number of sets. The VC BAR (ESBs, ENDs, ...) supports 64 sets and
>   * the PC BAT supports 16. Each "set" can be routed to a specific
>   * block and offset within a block.

Reviewed-by: Stewart Smith <stewart@flamingspork.com>
Oliver O'Halloran June 5, 2020, 6:54 a.m. UTC | #2
On Fri, May 29, 2020 at 10:03 AM Gustavo Romero <gromero@linux.ibm.com> wrote:
>
> This commit fixes a typo and a spelling in a comment about the XIVE set
> translate mechanism.
>
> Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>

Thanks, merged as 244a8daca45b3dc22d08e1dd17d201ebdbf62d58
Oliver O'Halloran July 3, 2020, 5:35 a.m. UTC | #3
On Fri, May 29, 2020 at 10:03 AM Gustavo Romero <gromero@linux.ibm.com> wrote:
>
> This commit fixes a typo and a spelling in a comment about the XIVE set
> translate mechanism.
>
> Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>

Thanks, merged as 10f68979154d
diff mbox series

Patch

diff --git a/hw/xive.c b/hw/xive.c
index 9a36f1a..9c9123f 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -80,7 +80,7 @@ 
  * with one EQ and one IPI. There is also enought EATs to cover all the PHBs.
  *
  * Similarily, for MMIO access, the BARs support what is called "set
- * translation" which allows tyhe BAR to be devided into a certain
+ * translation" which allows the BAR to be divided into a certain
  * number of sets. The VC BAR (ESBs, ENDs, ...) supports 64 sets and
  * the PC BAT supports 16. Each "set" can be routed to a specific
  * block and offset within a block.