From 1d6198c3b01619151f3227c6461b3d53eeb711e5 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 13 Dec 2008 09:32:43 +0000 Subject: [PATCH] Remove unnecessary trailing newlines git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162 --- .gitignore | 1 - a.out.h | 1 - block-cloop.c | 2 -- block-dmg.c | 1 - block-vvfat.c | 1 - buffered_file.c | 1 - darwin-user/mmap.c | 1 - darwin-user/signal.c | 2 -- def-helper.h | 1 - fpu/softfloat-macros.h | 1 - gen-icount.h | 1 - hw/apb_pci.c | 2 -- hw/arm-misc.h | 1 - hw/arm_sysctl.c | 1 - hw/arm_timer.c | 1 - hw/armv7m.c | 1 - hw/cdrom.c | 2 -- hw/grackle_pci.c | 1 - hw/lsi53c895a.c | 1 - hw/mac_dbdma.c | 1 - hw/mcf5206.c | 1 - hw/pci_host.h | 1 - hw/pcmcia.h | 1 - hw/pl011.c | 1 - hw/pl022.c | 2 -- hw/pl050.c | 1 - hw/pl061.c | 1 - hw/pl080.c | 1 - hw/prep_pci.c | 1 - hw/ps2.h | 1 - hw/ptimer.c | 1 - hw/rtl8139.c | 1 - hw/sh7750.c | 1 - hw/sh_pci.c | 1 - hw/slavio_intctl.c | 1 - hw/sm501_template.h | 1 - hw/smbus.h | 1 - hw/ssi-sd.c | 1 - hw/stellaris_input.c | 2 -- hw/sun4c_intctl.c | 1 - hw/sun4m.c | 1 - hw/tc6393xb_template.h | 1 - hw/unin_pci.c | 1 - hw/versatile_pci.c | 1 - hw/vmmouse.c | 1 - keymaps/et | 1 - keymaps/fo | 1 - keymaps/is | 1 - keymaps/nl | 1 - keymaps/sv | 1 - linux-user/alpha/termbits.h | 1 - linux-user/arm/nwfpe/fpa11.c | 1 - linux-user/arm/termbits.h | 1 - linux-user/cris/syscall.h | 1 - linux-user/cris/termbits.h | 1 - linux-user/errno_defs.h | 1 - linux-user/i386/termbits.h | 1 - linux-user/m68k/termbits.h | 1 - linux-user/ppc/termbits.h | 1 - linux-user/sparc/termbits.h | 1 - linux-user/sparc64/termbits.h | 1 - linux-user/strace.c | 1 - linux-user/vm86.c | 1 - migration.h | 1 - pc-bios/Makefile | 1 - posix-aio-compat.c | 1 - readline.c | 2 -- s390-dis.c | 1 - s390.ld | 1 - slirp/debug.h | 1 - slirp/mbuf.c | 1 - slirp/sbuf.c | 1 - slirp/socket.c | 1 - target-alpha/helper.c | 1 - target-arm/machine.c | 2 -- target-m68k/m68k-qreg.h | 1 - target-m68k/op_helper.c | 1 - target-mips/machine.c | 2 -- target-sparc/TODO | 1 - target-sparc/machine.c | 2 -- tcg/tcg-op.h | 1 - tcg/tcg-runtime.c | 1 - tests/cris/.gdbinit | 1 - tests/cris/README | 1 - tests/cris/check_movemr.s | 1 - tests/cris/check_movemrv32.s | 1 - tests/cris/check_mover.s | 1 - tests/cris/check_stat3.c | 1 - tests/cris/check_stat4.c | 1 - tests/sha1.c | 2 -- tests/test-i386-shift.h | 1 - tests/test_path.c | 1 - 92 files changed, 103 deletions(-) diff --git a/.gitignore b/.gitignore index 6fd7b96958..5bacb37cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,3 @@ qemu-nbd.8 *.tp *.vr *.d - diff --git a/a.out.h b/a.out.h index 2d35ebfd87..dfc104e606 100644 --- a/a.out.h +++ b/a.out.h @@ -428,4 +428,3 @@ typedef struct #endif #endif /* _A_OUT_H_ */ - diff --git a/block-cloop.c b/block-cloop.c index 43d380127d..ad0e65d970 100644 --- a/block-cloop.c +++ b/block-cloop.c @@ -165,5 +165,3 @@ BlockDriver bdrv_cloop = { NULL, cloop_close, }; - - diff --git a/block-dmg.c b/block-dmg.c index 8c9d0da2ca..4320c5dcb3 100644 --- a/block-dmg.c +++ b/block-dmg.c @@ -294,4 +294,3 @@ BlockDriver bdrv_dmg = { NULL, dmg_close, }; - diff --git a/block-vvfat.c b/block-vvfat.c index b8fa72981b..57763b3771 100644 --- a/block-vvfat.c +++ b/block-vvfat.c @@ -2848,4 +2848,3 @@ static void checkpoint(void) { print_direntry(NULL); } #endif - diff --git a/buffered_file.c b/buffered_file.c index 1d72b4637a..be5baea656 100644 --- a/buffered_file.c +++ b/buffered_file.c @@ -247,4 +247,3 @@ QEMUFile *qemu_fopen_ops_buffered(void *opaque, return s->file; } - diff --git a/darwin-user/mmap.c b/darwin-user/mmap.c index b4055abe1b..bb7d7e6990 100644 --- a/darwin-user/mmap.c +++ b/darwin-user/mmap.c @@ -408,4 +408,3 @@ int target_msync(unsigned long start, unsigned long len, int flags) start &= qemu_host_page_mask; return msync((void *)start, end - start, flags); } - diff --git a/darwin-user/signal.c b/darwin-user/signal.c index aeb8a622ad..f412b36f80 100644 --- a/darwin-user/signal.c +++ b/darwin-user/signal.c @@ -455,5 +455,3 @@ handle_signal: if (q != &k->info) free_sigqueue(q); } - - diff --git a/def-helper.h b/def-helper.h index 98a5f68074..d57ea4d5a7 100644 --- a/def-helper.h +++ b/def-helper.h @@ -218,4 +218,3 @@ DEF_HELPER_FLAGS_0(name, flags, ret) #undef GEN_HELPER #endif - diff --git a/fpu/softfloat-macros.h b/fpu/softfloat-macros.h index 2c8f18b1ce..0502fb8949 100644 --- a/fpu/softfloat-macros.h +++ b/fpu/softfloat-macros.h @@ -717,4 +717,3 @@ INLINE flag ne128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) return ( a0 != b0 ) || ( a1 != b1 ); } - diff --git a/gen-icount.h b/gen-icount.h index d53159c032..d4524d6634 100644 --- a/gen-icount.h +++ b/gen-icount.h @@ -53,4 +53,3 @@ static inline void gen_io_end(void) tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io)); tcg_temp_free_i32(tmp); } - diff --git a/hw/apb_pci.c b/hw/apb_pci.c index b56bb0733f..d847888549 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -261,5 +261,3 @@ PCIBus *pci_apb_init(target_phys_addr_t special_base, "Advanced PCI Bus secondary bridge 2"); return secondary; } - - diff --git a/hw/arm-misc.h b/hw/arm-misc.h index a147254287..a6991975fc 100644 --- a/hw/arm-misc.h +++ b/hw/arm-misc.h @@ -44,4 +44,3 @@ qemu_irq *armv7m_nvic_init(CPUState *env); void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq); #endif /* !ARM_MISC_H */ - diff --git a/hw/arm_sysctl.c b/hw/arm_sysctl.c index ab22e840d7..ca668ca636 100644 --- a/hw/arm_sysctl.c +++ b/hw/arm_sysctl.c @@ -205,4 +205,3 @@ void arm_sysctl_init(uint32_t base, uint32_t sys_id) cpu_register_physical_memory(base, 0x00001000, iomemtype); /* ??? Save/restore. */ } - diff --git a/hw/arm_timer.c b/hw/arm_timer.c index 3ffe9965b4..c93f333d7a 100644 --- a/hw/arm_timer.c +++ b/hw/arm_timer.c @@ -340,4 +340,3 @@ void icp_pit_init(uint32_t base, qemu_irq *pic, int irq) /* This device has no state to save/restore. The component timers will save themselves. */ } - diff --git a/hw/armv7m.c b/hw/armv7m.c index 096193d8f3..71bbd95775 100644 --- a/hw/armv7m.c +++ b/hw/armv7m.c @@ -207,4 +207,3 @@ qemu_irq *armv7m_init(int flash_size, int sram_size, return pic; } - diff --git a/hw/cdrom.c b/hw/cdrom.c index 2aa4d3b250..87427a5a21 100644 --- a/hw/cdrom.c +++ b/hw/cdrom.c @@ -153,5 +153,3 @@ int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num) cpu_to_be16wu((uint16_t *)buf, len - 2); return len; } - - diff --git a/hw/grackle_pci.c b/hw/grackle_pci.c index 91d4261022..c6aee94822 100644 --- a/hw/grackle_pci.c +++ b/hw/grackle_pci.c @@ -146,4 +146,3 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic) #endif return s->bus; } - diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 78a23a5f94..81d5672456 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -2005,4 +2005,3 @@ void *lsi_scsi_init(PCIBus *bus, int devfn) return s; } - diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c index 74003e60a6..401384c4c8 100644 --- a/hw/mac_dbdma.c +++ b/hw/mac_dbdma.c @@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index) { *dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL); } - diff --git a/hw/mcf5206.c b/hw/mcf5206.c index 449ca12f54..ee41a61185 100644 --- a/hw/mcf5206.c +++ b/hw/mcf5206.c @@ -540,4 +540,3 @@ qemu_irq *mcf5206_init(uint32_t base, CPUState *env) m5206_mbar_reset(s); return pic; } - diff --git a/hw/pci_host.h b/hw/pci_host.h index 49a0c59d53..e2e428a271 100644 --- a/hw/pci_host.h +++ b/hw/pci_host.h @@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr) #endif return val; } - diff --git a/hw/pcmcia.h b/hw/pcmcia.h index bfa23babe5..8f8366c83d 100644 --- a/hw/pcmcia.h +++ b/hw/pcmcia.h @@ -47,4 +47,3 @@ struct pcmcia_card_s { /* dscm1xxxx.c */ struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv); - diff --git a/hw/pl011.c b/hw/pl011.c index dd6994c41f..468d48a926 100644 --- a/hw/pl011.c +++ b/hw/pl011.c @@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq, } register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s); } - diff --git a/hw/pl022.c b/hw/pl022.c index ee166ffc46..90f4f0f16f 100644 --- a/hw/pl022.c +++ b/hw/pl022.c @@ -306,5 +306,3 @@ void pl022_init(uint32_t base, qemu_irq irq, int (*xfer_cb)(void *, int), pl022_reset(s); register_savevm("pl022_ssp", -1, 1, pl022_save, pl022_load, s); } - - diff --git a/hw/pl050.c b/hw/pl050.c index e74a6dcd34..0ab60bf838 100644 --- a/hw/pl050.c +++ b/hw/pl050.c @@ -139,4 +139,3 @@ void pl050_init(uint32_t base, qemu_irq irq, int is_mouse) s->dev = ps2_kbd_init(pl050_update, s); /* ??? Save/restore. */ } - diff --git a/hw/pl061.c b/hw/pl061.c index a4d59c793e..fab99d4a49 100644 --- a/hw/pl061.c +++ b/hw/pl061.c @@ -311,4 +311,3 @@ qemu_irq *pl061_init(uint32_t base, qemu_irq irq, qemu_irq **out) register_savevm("pl061_gpio", -1, 1, pl061_save, pl061_load, s); return qemu_allocate_irqs(pl061_set_irq, s, 8); } - diff --git a/hw/pl080.c b/hw/pl080.c index 1be30354fd..e4d7e170e5 100644 --- a/hw/pl080.c +++ b/hw/pl080.c @@ -336,4 +336,3 @@ void *pl080_init(uint32_t base, qemu_irq irq, int nchannels) /* ??? Save/restore. */ return s; } - diff --git a/hw/prep_pci.c b/hw/prep_pci.c index 815db5308b..dd53f871ab 100644 --- a/hw/prep_pci.c +++ b/hw/prep_pci.c @@ -169,4 +169,3 @@ PCIBus *pci_prep_init(qemu_irq *pic) return s->bus; } - diff --git a/hw/ps2.h b/hw/ps2.h index f2c091edd0..32a4231e32 100644 --- a/hw/ps2.h +++ b/hw/ps2.h @@ -7,4 +7,3 @@ uint32_t ps2_read_data(void *); void ps2_queue(void *, int b); void ps2_keyboard_set_translation(void *opaque, int mode); void ps2_mouse_fake_event(void *opaque); - diff --git a/hw/ptimer.c b/hw/ptimer.c index b772ca2987..9d3862724d 100644 --- a/hw/ptimer.c +++ b/hw/ptimer.c @@ -192,4 +192,3 @@ ptimer_state *ptimer_init(QEMUBH *bh) s->timer = qemu_new_timer(vm_clock, ptimer_tick, s); return s; } - diff --git a/hw/rtl8139.c b/hw/rtl8139.c index feffa9c33b..c3ab8543f3 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -3463,4 +3463,3 @@ void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn) rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock))); #endif /* RTL8139_ONBOARD_TIMER */ } - diff --git a/hw/sh7750.c b/hw/sh7750.c index af86f0e990..4d1a806510 100644 --- a/hw/sh7750.c +++ b/hw/sh7750.c @@ -778,4 +778,3 @@ qemu_irq sh7750_irl(SH7750State *s) return qemu_allocate_irqs(sh_intc_set_irl, sh_intc_source(&s->intc, IRL), 1)[0]; } - diff --git a/hw/sh_pci.c b/hw/sh_pci.c index f24d32a927..5524c59897 100644 --- a/hw/sh_pci.c +++ b/hw/sh_pci.c @@ -202,4 +202,3 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, return p->bus; } - diff --git a/hw/slavio_intctl.c b/hw/slavio_intctl.c index 4e08c6a05d..0729c2ab16 100644 --- a/hw/slavio_intctl.c +++ b/hw/slavio_intctl.c @@ -421,4 +421,3 @@ void *slavio_intctl_init(target_phys_addr_t addr, target_phys_addr_t addrg, slavio_intctl_reset(s); return s; } - diff --git a/hw/sm501_template.h b/hw/sm501_template.h index c96ac253d4..1679df7bfe 100644 --- a/hw/sm501_template.h +++ b/hw/sm501_template.h @@ -101,4 +101,3 @@ static void glue(draw_line32_, PIXEL_NAME)( #undef PIXEL_TYPE #undef PIXEL_NAME #undef BGR_FORMAT - diff --git a/hw/smbus.h b/hw/smbus.h index b6b0662403..640377b0c4 100644 --- a/hw/smbus.h +++ b/hw/smbus.h @@ -67,4 +67,3 @@ void smbus_write_block(i2c_bus *bus, int addr, uint8_t command, uint8_t *data, /* smbus_eeprom.c */ void smbus_eeprom_device_init(i2c_bus *bus, uint8_t addr, uint8_t *buf); - diff --git a/hw/ssi-sd.c b/hw/ssi-sd.c index 1c57f1f2d8..ffb9c4cda7 100644 --- a/hw/ssi-sd.c +++ b/hw/ssi-sd.c @@ -237,4 +237,3 @@ void *ssi_sd_init(BlockDriverState *bs) register_savevm("ssi_sd", -1, 1, ssi_sd_save, ssi_sd_load, s); return s; } - diff --git a/hw/stellaris_input.c b/hw/stellaris_input.c index aef4ce0c63..33395a427b 100644 --- a/hw/stellaris_input.c +++ b/hw/stellaris_input.c @@ -89,5 +89,3 @@ void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode) register_savevm("stellaris_gamepad", -1, 1, stellaris_gamepad_save, stellaris_gamepad_load, s); } - - diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c index c8c40c9f05..dd42777679 100644 --- a/hw/sun4c_intctl.c +++ b/hw/sun4c_intctl.c @@ -221,4 +221,3 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq, sun4c_intctl_reset(s); return s; } - diff --git a/hw/sun4m.c b/hw/sun4m.c index 2035b6c92f..4028ff2983 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -1646,4 +1646,3 @@ QEMUMachine ss2_machine = { .nodisk_ok = 1, .use_scsi = 1, }; - diff --git a/hw/tc6393xb_template.h b/hw/tc6393xb_template.h index 587382eecc..c0c4cde1f6 100644 --- a/hw/tc6393xb_template.h +++ b/hw/tc6393xb_template.h @@ -69,4 +69,3 @@ static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s) #undef BITS #undef SET_PIXEL - diff --git a/hw/unin_pci.c b/hw/unin_pci.c index 60fdea890f..a835e17230 100644 --- a/hw/unin_pci.c +++ b/hw/unin_pci.c @@ -268,4 +268,3 @@ PCIBus *pci_pmac_init(qemu_irq *pic) #endif return s->bus; } - diff --git a/hw/versatile_pci.c b/hw/versatile_pci.c index 67cee88e86..1f4c1f30ff 100644 --- a/hw/versatile_pci.c +++ b/hw/versatile_pci.c @@ -141,4 +141,3 @@ PCIBus *pci_vpb_init(qemu_irq *pic, int irq, int realview) return s; } - diff --git a/hw/vmmouse.c b/hw/vmmouse.c index 0a93b15e63..5249393654 100644 --- a/hw/vmmouse.c +++ b/hw/vmmouse.c @@ -288,4 +288,3 @@ void *vmmouse_init(void *m) return s; } - diff --git a/keymaps/et b/keymaps/et index 3252e31c37..85541a3772 100644 --- a/keymaps/et +++ b/keymaps/et @@ -83,4 +83,3 @@ period 0x34 colon 0x34 shift minus 0x35 underscore 0x35 shift - diff --git a/keymaps/fo b/keymaps/fo index 83add423c6..c00d9d4def 100644 --- a/keymaps/fo +++ b/keymaps/fo @@ -74,4 +74,3 @@ period 0x34 colon 0x34 shift minus 0x35 underscore 0x35 shift - diff --git a/keymaps/is b/keymaps/is index d512cf666d..21dc1fd3ca 100644 --- a/keymaps/is +++ b/keymaps/is @@ -137,4 +137,3 @@ thorn 0x35 THORN 0x35 shift dead_belowdot 0x35 altgr dead_abovedot 0x35 shift altgr - diff --git a/keymaps/nl b/keymaps/nl index 4f0fe3df77..b4892f930d 100644 --- a/keymaps/nl +++ b/keymaps/nl @@ -57,4 +57,3 @@ equal 0x35 shift bracketright 0x56 bracketleft 0x56 shift brokenbar 0x56 altgr - diff --git a/keymaps/sv b/keymaps/sv index 9905a48dbb..5d9080eff1 100644 --- a/keymaps/sv +++ b/keymaps/sv @@ -79,4 +79,3 @@ period 0x34 colon 0x34 shift minus 0x35 underscore 0x35 shift - diff --git a/linux-user/alpha/termbits.h b/linux-user/alpha/termbits.h index 685871159f..6406b6a799 100644 --- a/linux-user/alpha/termbits.h +++ b/linux-user/alpha/termbits.h @@ -262,4 +262,3 @@ struct target_termios { #define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ #define TARGET_TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ #define TARGET_TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ - diff --git a/linux-user/arm/nwfpe/fpa11.c b/linux-user/arm/nwfpe/fpa11.c index beed9687b9..eb006f0df2 100644 --- a/linux-user/arm/nwfpe/fpa11.c +++ b/linux-user/arm/nwfpe/fpa11.c @@ -241,4 +241,3 @@ unsigned int EmulateAll1(unsigned int opcode) } } #endif - diff --git a/linux-user/arm/termbits.h b/linux-user/arm/termbits.h index f018c07581..7772df175c 100644 --- a/linux-user/arm/termbits.h +++ b/linux-user/arm/termbits.h @@ -214,4 +214,3 @@ struct target_termios { #define TARGET_TIOCPKT_DOSTOP 32 #define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */ - diff --git a/linux-user/cris/syscall.h b/linux-user/cris/syscall.h index 8fa7474ff4..24f92ba421 100644 --- a/linux-user/cris/syscall.h +++ b/linux-user/cris/syscall.h @@ -34,4 +34,3 @@ struct target_pt_regs { unsigned long exs; unsigned long eda; }; - diff --git a/linux-user/cris/termbits.h b/linux-user/cris/termbits.h index adff80243e..fc82ca084e 100644 --- a/linux-user/cris/termbits.h +++ b/linux-user/cris/termbits.h @@ -211,4 +211,3 @@ struct target_termios { #define TARGET_TIOCPKT_DOSTOP 32 #define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */ - diff --git a/linux-user/errno_defs.h b/linux-user/errno_defs.h index 209c1870f4..8a1cf76cdb 100644 --- a/linux-user/errno_defs.h +++ b/linux-user/errno_defs.h @@ -139,4 +139,3 @@ /* for robust mutexes */ #define TARGET_EOWNERDEAD 130 /* Owner died */ #define TARGET_ENOTRECOVERABLE 131 /* State not recoverable */ - diff --git a/linux-user/i386/termbits.h b/linux-user/i386/termbits.h index 4acd2bda01..e051a3af74 100644 --- a/linux-user/i386/termbits.h +++ b/linux-user/i386/termbits.h @@ -224,4 +224,3 @@ struct target_termios { #define TARGET_TIOCPKT_DOSTOP 32 #define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */ - diff --git a/linux-user/m68k/termbits.h b/linux-user/m68k/termbits.h index 1bce39d818..f7982fb6c2 100644 --- a/linux-user/m68k/termbits.h +++ b/linux-user/m68k/termbits.h @@ -225,4 +225,3 @@ struct target_termios { #define TARGET_TIOCPKT_DOSTOP 32 #define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */ - diff --git a/linux-user/ppc/termbits.h b/linux-user/ppc/termbits.h index 002de9564f..73e7151756 100644 --- a/linux-user/ppc/termbits.h +++ b/linux-user/ppc/termbits.h @@ -234,4 +234,3 @@ struct target_termios { #define TARGET_TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ #define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ - diff --git a/linux-user/sparc/termbits.h b/linux-user/sparc/termbits.h index ed9ab24552..691600d27a 100644 --- a/linux-user/sparc/termbits.h +++ b/linux-user/sparc/termbits.h @@ -277,4 +277,3 @@ struct target_termios { #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */ #define TARGET_TIOCMIWAIT 0x545C /* Wait input */ #define TARGET_TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */ - diff --git a/linux-user/sparc64/termbits.h b/linux-user/sparc64/termbits.h index ed9ab24552..691600d27a 100644 --- a/linux-user/sparc64/termbits.h +++ b/linux-user/sparc64/termbits.h @@ -277,4 +277,3 @@ struct target_termios { #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */ #define TARGET_TIOCMIWAIT 0x545C /* Wait input */ #define TARGET_TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */ - diff --git a/linux-user/strace.c b/linux-user/strace.c index fca2f391d5..116726c559 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -314,4 +314,3 @@ print_syscall_ret(int num, abi_long ret) break; } } - diff --git a/linux-user/vm86.c b/linux-user/vm86.c index d87174b560..c93303895d 100644 --- a/linux-user/vm86.c +++ b/linux-user/vm86.c @@ -485,4 +485,3 @@ int do_vm86(CPUX86State *env, long subfunction, abi_ulong vm86_addr) out: return ret; } - diff --git a/migration.h b/migration.h index 953ec704de..d9771adb8d 100644 --- a/migration.h +++ b/migration.h @@ -95,4 +95,3 @@ static inline FdMigrationState *migrate_to_fms(MigrationState *mig_state) } #endif - diff --git a/pc-bios/Makefile b/pc-bios/Makefile index c817e851cf..d9f434ae52 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -14,4 +14,3 @@ all: $(TARGETS) clean: rm -f $(TARGETS) *.o *~ - diff --git a/posix-aio-compat.c b/posix-aio-compat.c index 232b511f92..92ec234575 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c @@ -199,4 +199,3 @@ int qemu_paio_cancel(int fd, struct qemu_paiocb *aiocb) return ret; } - diff --git a/readline.c b/readline.c index e1e963a2cd..7bf9a5e1d4 100644 --- a/readline.c +++ b/readline.c @@ -484,5 +484,3 @@ const char *readline_get_history(unsigned int index) return NULL; return term_history[index]; } - - diff --git a/s390-dis.c b/s390-dis.c index a447a19773..fa24792160 100644 --- a/s390-dis.c +++ b/s390-dis.c @@ -1708,4 +1708,3 @@ const struct s390_opcode s390_opcodes[] = const int s390_num_opcodes = sizeof (s390_opcodes) / sizeof (s390_opcodes[0]); - diff --git a/s390.ld b/s390.ld index 7f14ea919f..ccae2e71df 100644 --- a/s390.ld +++ b/s390.ld @@ -201,4 +201,3 @@ SECTIONS .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } } - diff --git a/slirp/debug.h b/slirp/debug.h index 8a523b2ed6..c43eff73d3 100644 --- a/slirp/debug.h +++ b/slirp/debug.h @@ -37,4 +37,3 @@ extern int slirp_debug; #endif void debug_init _P((char *, int)); - diff --git a/slirp/mbuf.c b/slirp/mbuf.c index 1f3985a785..655de41805 100644 --- a/slirp/mbuf.c +++ b/slirp/mbuf.c @@ -234,4 +234,3 @@ dtom(dat) return (struct mbuf *)0; } - diff --git a/slirp/sbuf.c b/slirp/sbuf.c index 02c5fce0a1..b0e0838405 100644 --- a/slirp/sbuf.c +++ b/slirp/sbuf.c @@ -198,4 +198,3 @@ sbcopy(sb, off, len, to) memcpy(to+off,sb->sb_data,len); } } - diff --git a/slirp/socket.c b/slirp/socket.c index 75f98fd40b..00694e2c71 100644 --- a/slirp/socket.c +++ b/slirp/socket.c @@ -723,4 +723,3 @@ sofwdrain(so) else sofcantsendmore(so); } - diff --git a/target-alpha/helper.c b/target-alpha/helper.c index cc94807ef9..5a8955d029 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -436,4 +436,3 @@ void cpu_dump_state (CPUState *env, FILE *f, } cpu_fprintf(f, "\nlock " TARGET_FMT_lx "\n", env->lock); } - diff --git a/target-arm/machine.c b/target-arm/machine.c index 42ff5844c9..f8be7a16d4 100644 --- a/target-arm/machine.c +++ b/target-arm/machine.c @@ -211,5 +211,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id) return 0; } - - diff --git a/target-m68k/m68k-qreg.h b/target-m68k/m68k-qreg.h index 34bcb02ecc..c224d5ec63 100644 --- a/target-m68k/m68k-qreg.h +++ b/target-m68k/m68k-qreg.h @@ -9,4 +9,3 @@ enum { #undef DEFR #undef DEFF64 }; - diff --git a/target-m68k/op_helper.c b/target-m68k/op_helper.c index aa36a33563..c198e85540 100644 --- a/target-m68k/op_helper.c +++ b/target-m68k/op_helper.c @@ -224,4 +224,3 @@ void HELPER(divs)(CPUState *env, uint32_t word) env->div2 = rem; env->cc_dest = flags; } - diff --git a/target-mips/machine.c b/target-mips/machine.c index f73b9e2f58..15ce73cd4b 100644 --- a/target-mips/machine.c +++ b/target-mips/machine.c @@ -18,5 +18,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id) { return 0; } - - diff --git a/target-sparc/TODO b/target-sparc/TODO index 62b0f47d18..c87459f50c 100644 --- a/target-sparc/TODO +++ b/target-sparc/TODO @@ -86,4 +86,3 @@ Sun4u: Sun4v: - A lot of unimplemented features - A lot of real machine types - diff --git a/target-sparc/machine.c b/target-sparc/machine.c index 417523f883..e845fac358 100644 --- a/target-sparc/machine.c +++ b/target-sparc/machine.c @@ -220,5 +220,3 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id) tlb_flush(env, 1); return 0; } - - diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index a0eaa81f2d..5432ac1fa0 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -2054,4 +2054,3 @@ static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index) #define tcg_gen_addi_ptr tcg_gen_addi_i64 #define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64 #endif /* TCG_TARGET_REG_BITS != 32 */ - diff --git a/tcg/tcg-runtime.c b/tcg/tcg-runtime.c index c4dad260c3..1d77c37ee2 100644 --- a/tcg/tcg-runtime.c +++ b/tcg/tcg-runtime.c @@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2) { return arg1 % arg2; } - diff --git a/tests/cris/.gdbinit b/tests/cris/.gdbinit index 579eac9433..5e8c1d32f3 100644 --- a/tests/cris/.gdbinit +++ b/tests/cris/.gdbinit @@ -9,4 +9,3 @@ display /x $r2 display /x $r3 display /x $r4 display /t $ccs - diff --git a/tests/cris/README b/tests/cris/README index 93c955cbb8..2e65a76f10 100644 --- a/tests/cris/README +++ b/tests/cris/README @@ -1,2 +1 @@ Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson. - diff --git a/tests/cris/check_movemr.s b/tests/cris/check_movemr.s index 776da76839..88489dee31 100644 --- a/tests/cris/check_movemr.s +++ b/tests/cris/check_movemr.s @@ -76,4 +76,3 @@ mem3: checkr3 6712 quit - diff --git a/tests/cris/check_movemrv32.s b/tests/cris/check_movemrv32.s index dc340afa4d..53950abd5b 100644 --- a/tests/cris/check_movemrv32.s +++ b/tests/cris/check_movemrv32.s @@ -94,4 +94,3 @@ y: checkr3 d quit - diff --git a/tests/cris/check_mover.s b/tests/cris/check_mover.s index c93106f17e..b4db595d64 100644 --- a/tests/cris/check_mover.s +++ b/tests/cris/check_mover.s @@ -26,4 +26,3 @@ checkr3 ffffff00 quit - diff --git a/tests/cris/check_stat3.c b/tests/cris/check_stat3.c index a248ec0864..3b5b217a1c 100644 --- a/tests/cris/check_stat3.c +++ b/tests/cris/check_stat3.c @@ -23,4 +23,3 @@ int main (int argc, char *argv[]) printf ("pass\n"); exit (0); } - diff --git a/tests/cris/check_stat4.c b/tests/cris/check_stat4.c index d10655d405..e1955cab34 100644 --- a/tests/cris/check_stat4.c +++ b/tests/cris/check_stat4.c @@ -25,4 +25,3 @@ int main (int argc, char *argv[]) printf ("pass\n"); exit (0); } - diff --git a/tests/sha1.c b/tests/sha1.c index 31b001920d..2557344dff 100644 --- a/tests/sha1.c +++ b/tests/sha1.c @@ -238,5 +238,3 @@ main(int argc, char **argv) printf("\n"); return 0; } - - diff --git a/tests/test-i386-shift.h b/tests/test-i386-shift.h index 2bd6a4ad1a..3d8f84bffe 100644 --- a/tests/test-i386-shift.h +++ b/tests/test-i386-shift.h @@ -183,4 +183,3 @@ void *glue(_test_, OP) __init_call = glue(test_, OP); #undef OP_SHIFTD #undef OP_NOBYTE #undef EXECSHIFT - diff --git a/tests/test_path.c b/tests/test_path.c index 7d6e831767..def7441c8c 100644 --- a/tests/test_path.c +++ b/tests/test_path.c @@ -149,4 +149,3 @@ int main(int argc, char *argv[]) } return 0; } - -- 2.11.4.GIT