summary refs log tree commit diff stats
path: root/hw/intc/ioapic.c
diff options
context:
space:
mode:
authorMichael Kowal <kowal@linux.vnet.ibm.com>2024-09-13 11:16:46 -0500
committerNicholas Piggin <npiggin@gmail.com>2024-11-04 09:14:15 +1000
commita53304639a4a7c57184472a942bbb8da5e8482a6 (patch)
tree7905c17acf83391ab90f00fb46355973e5cfc789 /hw/intc/ioapic.c
parent07f2770503e24889720028ddf9ef54788ddf3b6d (diff)
downloadfocaccia-qemu-a53304639a4a7c57184472a942bbb8da5e8482a6.tar.gz
focaccia-qemu-a53304639a4a7c57184472a942bbb8da5e8482a6.zip
pnv/xive: TIMA patch sets pre-req alignment and formatting changes
Making some pre-requisite alignment changes ahead of the following patch
sets.  Making these changes now will ease the review of the patch sets.

Checkpatch wants the closing comment '*/' on a separate line, unless it is
on the same line as the starting comment '/*'.

There are also changes to prevent lines from spanning 80 columns.

Changed block of defines from:
   #define A 1  /* original define comment is not
                 * preferred, but not flagged... */
   #define B 2  /* Newly added define comment
                 * is flagged with a warning */
To:
   #define A 1  /* original define comment is */
                /* now fine, no warning...    */
   #define B 2  /* Newly added define comment */
                /* is fine...                 */

Signed-off-by: Michael Kowal <kowal@linux.vnet.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'hw/intc/ioapic.c')
0 files changed, 0 insertions, 0 deletions