mbox series

[0/8] ppc: Clean up local variable shadowing

Message ID 20230918145850.241074-1-clg@kaod.org (mailing list archive)
Headers show
Series ppc: Clean up local variable shadowing | expand

Message

Cédric Le Goater Sept. 18, 2023, 2:58 p.m. UTC
Hello,

Here is a first round of cleanups for local variable shadowing
warrnings.

Thanks,

C. 

Cédric Le Goater (8):
  hw/ppc: Clean up local variable shadowing in _FDT helper routine
  pnv/psi: Clean up local variable shadowing
  spapr: Clean up local variable shadowing in spapr_dt_cpus()
  spapr: Clean up local variable shadowing in spapr_init_cpus()
  spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()
  spapr/drc: Clean up local variable shadowing in
    rtas_ibm_configure_connector()
  spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
  spapr/drc: Clean up local variable shadowing in prop_get_fdt()

 include/hw/ppc/fdt.h |  8 ++++----
 hw/ppc/pnv_psi.c     |  5 +++--
 hw/ppc/spapr.c       | 42 +++++++++++++++++++++++-------------------
 hw/ppc/spapr_drc.c   | 12 +++++-------
 hw/ppc/spapr_pci.c   |  6 +++---
 5 files changed, 38 insertions(+), 35 deletions(-)

Comments

Markus Armbruster Oct. 4, 2023, 10:26 a.m. UTC | #1
Looks like I forgot to notify you when I queued, my apologies.  Series
has since been merged.
Cédric Le Goater Oct. 4, 2023, 11:56 a.m. UTC | #2
On 10/4/23 12:26, Markus Armbruster wrote:
> Looks like I forgot to notify you when I queued, my apologies.  Series
> has since been merged.

Perfect !

C.