[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 01/47] Replace all occurances of __FUNCTION__ with __func__
On Fri, Sep 29, 2017 at 05:14:58PM -0700, Alistair Francis wrote: > Replace all occurs of __FUNCTION__ except for the check in checkpatch > with the non GCC specific __func__. > > One line in hcd-musb.c was manually tweaked to pass checkpatch. > > Signed-off-by: Alistair Francis <alistair.francis@xxxxxxxxxx> > Cc: Gerd Hoffmann <kraxel@xxxxxxxxxx> > Cc: Andrzej Zaborowski <balrogg@xxxxxxxxx> > Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx> > Cc: Anthony Perard <anthony.perard@xxxxxxxxxx> > Cc: John Snow <jsnow@xxxxxxxxxx> > Cc: Aurelien Jarno <aurelien@xxxxxxxxxxx> > Cc: Yongbok Kim <yongbok.kim@xxxxxxxxxx> > Cc: Peter Crosthwaite <crosthwaite.peter@xxxxxxxxx> > Cc: Stefan Hajnoczi <stefanha@xxxxxxxxxx> > Cc: Fam Zheng <famz@xxxxxxxxxx> > Cc: Juan Quintela <quintela@xxxxxxxxxx> > Cc: "Dr. David Alan Gilbert" <dgilbert@xxxxxxxxxx> > Cc: qemu-arm@xxxxxxxxxx > Cc: qemu-block@xxxxxxxxxx > Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx > Reviewed-by: Eric Blake <eblake@xxxxxxxxxx> > --- > > audio/audio_int.h | 2 +- > hw/arm/nseries.c | 2 +- > hw/arm/omap1.c | 42 +++++++++++++++++++++--------------------- > hw/arm/omap2.c | 12 ++++++------ > hw/arm/palm.c | 14 +++++++------- > hw/arm/pxa2xx.c | 46 > +++++++++++++++++++++++----------------------- > hw/arm/pxa2xx_gpio.c | 6 +++--- > hw/arm/pxa2xx_pic.c | 4 ++-- > hw/arm/tosa.c | 10 +++++----- > hw/audio/hda-codec.c | 10 +++++----- > hw/audio/intel-hda.c | 28 ++++++++++++++-------------- > hw/audio/wm8750.c | 4 ++-- > hw/block/nand.c | 4 ++-- > hw/block/onenand.c | 8 ++++---- > hw/bt/core.c | 10 +++++----- > hw/bt/hci-csr.c | 14 +++++++------- > hw/bt/hci.c | 26 +++++++++++++------------- > hw/bt/hid.c | 2 +- > hw/bt/l2cap.c | 22 +++++++++++----------- > hw/bt/sdp.c | 6 +++--- > hw/display/blizzard.c | 18 +++++++++--------- > hw/display/omap_dss.c | 6 +++--- > hw/display/pxa2xx_lcd.c | 14 +++++++------- > hw/display/qxl-render.c | 6 +++--- > hw/display/qxl.h | 2 +- > hw/display/tc6393xb.c | 2 +- > hw/display/xenfb.c | 2 +- > hw/dma/omap_dma.c | 26 +++++++++++++------------- > hw/dma/pxa2xx_dma.c | 14 +++++++------- > hw/gpio/max7310.c | 8 ++++---- > hw/gpio/omap_gpio.c | 2 +- > hw/i2c/omap_i2c.c | 6 +++--- > hw/ide/ahci.c | 2 +- > hw/ide/microdrive.c | 4 ++-- > hw/input/lm832x.c | 6 +++--- > hw/input/pxa2xx_keypad.c | 6 +++--- > hw/input/tsc2005.c | 8 ++++---- > hw/input/tsc210x.c | 4 ++-- > hw/intc/omap_intc.c | 2 +- > hw/isa/vt82c686.c | 2 +- > hw/mips/gt64xxx_pci.c | 2 +- > hw/misc/cbus.c | 12 ++++++------ > hw/misc/omap_clk.c | 4 ++-- > hw/misc/omap_gpmc.c | 6 +++--- > hw/misc/omap_l4.c | 4 ++-- > hw/misc/omap_sdrc.c | 2 +- > hw/misc/omap_tap.c | 6 +++--- > hw/misc/tmp105.c | 2 +- > hw/pci-host/bonito.c | 2 +- > hw/sd/pxa2xx_mmci.c | 6 +++--- > hw/ssi/omap_spi.c | 6 +++--- > hw/timer/omap_gptimer.c | 6 +++--- > hw/timer/twl92230.c | 6 +++--- > hw/usb/desc.c | 2 +- > hw/usb/dev-bluetooth.c | 4 ++-- > hw/usb/hcd-musb.c | 4 ++-- > hw/usb/tusb6010.c | 14 +++++++------- > hw/xenpv/xen_domainbuild.c | 16 ++++++++-------- > hw/xenpv/xen_machine_pv.c | 2 +- > include/hw/arm/omap.h | 10 +++++----- > include/hw/arm/sharpsl.h | 2 +- > memory_mapping.c | 2 +- > migration/block.c | 4 ++-- > ui/cursor.c | 6 +++--- > ui/spice-display.c | 4 ++-- > 65 files changed, 273 insertions(+), 273 deletions(-) Reviewed-by: Stefan Hajnoczi <stefanha@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |