OSDN Git Service

Replace all occurances of __FUNCTION__ with __func__
authorAlistair Francis <alistair.francis@xilinx.com>
Wed, 8 Nov 2017 22:56:31 +0000 (14:56 -0800)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jan 2018 08:46:18 +0000 (09:46 +0100)
commita89f364ae8740dfc31b321eed9ee454e996dc3c1
tree76f90b17f8fc0252142de0b61dd8a18d5a8bcf4d
parent7d8b00fa5680152913405d045e861bb918f16017
Replace all occurances of __FUNCTION__ with __func__

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@xilinx.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
[THH: Removed hunks related to pxa2xx_mmci.c (fixed already)]
Signed-off-by: Thomas Huth <thuth@redhat.com>
63 files changed:
hw/arm/nseries.c
hw/arm/omap1.c
hw/arm/omap2.c
hw/arm/palm.c
hw/arm/pxa2xx.c
hw/arm/pxa2xx_gpio.c
hw/arm/pxa2xx_pic.c
hw/arm/tosa.c
hw/audio/hda-codec.c
hw/audio/intel-hda.c
hw/audio/wm8750.c
hw/block/nand.c
hw/block/onenand.c
hw/bt/core.c
hw/bt/hci-csr.c
hw/bt/hci.c
hw/bt/hid.c
hw/bt/l2cap.c
hw/bt/sdp.c
hw/display/blizzard.c
hw/display/omap_dss.c
hw/display/pxa2xx_lcd.c
hw/display/qxl-render.c
hw/display/qxl.h
hw/display/tc6393xb.c
hw/display/xenfb.c
hw/dma/omap_dma.c
hw/dma/pxa2xx_dma.c
hw/gpio/max7310.c
hw/gpio/omap_gpio.c
hw/i2c/omap_i2c.c
hw/ide/ahci.c
hw/ide/microdrive.c
hw/input/lm832x.c
hw/input/pxa2xx_keypad.c
hw/input/tsc2005.c
hw/input/tsc210x.c
hw/intc/omap_intc.c
hw/isa/vt82c686.c
hw/mips/gt64xxx_pci.c
hw/misc/cbus.c
hw/misc/omap_clk.c
hw/misc/omap_gpmc.c
hw/misc/omap_l4.c
hw/misc/omap_sdrc.c
hw/misc/omap_tap.c
hw/misc/tmp105.c
hw/pci-host/bonito.c
hw/ssi/omap_spi.c
hw/timer/omap_gptimer.c
hw/timer/twl92230.c
hw/usb/desc.c
hw/usb/dev-bluetooth.c
hw/usb/hcd-musb.c
hw/usb/tusb6010.c
hw/xenpv/xen_domainbuild.c
hw/xenpv/xen_machine_pv.c
include/hw/arm/omap.h
include/hw/arm/sharpsl.h
memory_mapping.c
migration/block.c
ui/cursor.c
ui/spice-display.c