summary refs log tree commit diff stats
path: root/include/hw/ppc
diff options
context:
space:
mode:
authorGustavo Romero <gromero@linux.ibm.com>2020-05-28 20:04:41 -0400
committerDavid Gibson <david@gibson.dropbear.id.au>2020-06-26 09:22:30 +1000
commit7861e083f89ef4c841a511bb12234982c918ef39 (patch)
tree29133a0ed92f6865ff9155be0633d4a65299a070 /include/hw/ppc
parenta816f2d6b801061c3fee44f9162607abcb43123d (diff)
downloadfocaccia-qemu-7861e083f89ef4c841a511bb12234982c918ef39.tar.gz
focaccia-qemu-7861e083f89ef4c841a511bb12234982c918ef39.zip
spapr: Fix typos in comments and macro indentation
This commit fixes typos in spapr_vio_reg_to_irq() comments and a macro
indentation.

Signed-off-by: Gustavo Romero <gromero@linux.ibm.com>
Message-Id: <1590710681-12873-1-git-send-email-gromero@linux.ibm.com>
Acked-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r--include/hw/ppc/xive_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/ppc/xive_regs.h b/include/hw/ppc/xive_regs.h
index 09f243600c..7879692825 100644
--- a/include/hw/ppc/xive_regs.h
+++ b/include/hw/ppc/xive_regs.h
@@ -71,7 +71,7 @@
  * QW word 2 contains the valid bit at the top and other fields
  * depending on the QW.
  */
-#define TM_WORD2                0x8
+#define   TM_WORD2              0x8
 #define   TM_QW0W2_VU           PPC_BIT32(0)
 #define   TM_QW0W2_LOGIC_SERV   PPC_BITMASK32(1, 31) /* XX 2,31 ? */
 #define   TM_QW1W2_VO           PPC_BIT32(0)