Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Nuke trailing blank lines

Recent git versions now warn about those and they've always been a bit of
an annoyance.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

-31
-1
arch/mips/ar7/prom.c
··· 279 279 serial_out(UART_TX, c); 280 280 return 1; 281 281 } 282 -
-1
arch/mips/bcm47xx/gpio.c
··· 59 59 return -EINVAL; 60 60 } 61 61 EXPORT_SYMBOL_GPL(gpio_to_irq); 62 -
-1
arch/mips/bcm47xx/prom.c
··· 163 163 void __init prom_free_prom_memory(void) 164 164 { 165 165 } 166 -
-1
arch/mips/bcm47xx/setup.c
··· 121 121 _machine_halt = bcm47xx_machine_halt; 122 122 pm_power_off = bcm47xx_machine_halt; 123 123 } 124 -
-1
arch/mips/bcm47xx/wgt634u.c
··· 164 164 } 165 165 166 166 module_init(wgt634u_init); 167 -
-1
arch/mips/bcm63xx/boards/board_bcm963xx.c
··· 836 836 837 837 return 0; 838 838 } 839 -
-1
arch/mips/cavium-octeon/executive/cvmx-sysinfo.c
··· 115 115 116 116 return 1; 117 117 } 118 -
-1
arch/mips/dec/prom/locore.S
··· 27 27 jr k0 28 28 rfe 29 29 END(genexcept_early) 30 -
-1
arch/mips/include/asm/device.h
··· 4 4 * This file is released under the GPLv2 5 5 */ 6 6 #include <asm-generic/device.h> 7 -
-1
arch/mips/include/asm/mach-au1x00/au1100_mmc.h
··· 205 205 206 206 207 207 #endif /* __ASM_AU1100_MMC_H */ 208 -
-1
arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
··· 770 770 #define DMIPSPLLCFG_N2_MASK (0x7 << DMIPSPLLCFG_N2_SHIFT) 771 771 772 772 #endif /* BCM63XX_REGS_H_ */ 773 -
-1
arch/mips/include/asm/mach-pnx833x/irq-mapping.h
··· 123 123 #define PNX833X_GPIO_15_INT (PNX833X_GPIO_IRQ_BASE + 15) 124 124 125 125 #endif 126 -
-1
arch/mips/include/asm/mach-powertv/interrupts.h
··· 251 251 * channel 3. */ 252 252 #define irq_mpeg_d (ibase+0) /* MPEG Decoder Interrupt */ 253 253 #endif /* _ASM_MACH_POWERTV_INTERRUPTS_H_ */ 254 -
-1
arch/mips/include/asm/msc01_ic.h
··· 145 145 extern void ll_msc_irq(void); 146 146 147 147 #endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */ 148 -
-1
arch/mips/include/asm/nile4.h
··· 307 307 extern void nile4_dump_irq_status(void); /* Debug */ 308 308 309 309 #endif 310 -
-1
arch/mips/include/asm/sibyte/bigsur.h
··· 46 46 #endif 47 47 48 48 #endif /* __ASM_SIBYTE_BIGSUR_H */ 49 -
-1
arch/mips/include/asm/sibyte/sb1250_ldt.h
··· 420 420 #endif /* 1250 PASS2 || 112x PASS1 */ 421 421 422 422 #endif 423 -
-1
arch/mips/include/asm/sn/klkernvars.h
··· 26 26 #endif /* !__ASSEMBLY__ */ 27 27 28 28 #endif /* __ASM_SN_KLKERNVARS_H */ 29 -
-1
arch/mips/include/asm/sparsemem.h
··· 11 11 12 12 #endif /* CONFIG_SPARSEMEM */ 13 13 #endif /* _MIPS_SPARSEMEM_H */ 14 -
-1
arch/mips/kernel/octeon_switch.S
··· 500 500 nop 501 501 END(octeon_mult_restore) 502 502 .set pop 503 -
-1
arch/mips/lasat/picvue.h
··· 42 42 43 43 void pvc_clear(void); 44 44 void pvc_home(void); 45 -
-1
arch/mips/math-emu/ieee754d.c
··· 135 135 printk("\n"); 136 136 return x; 137 137 } 138 -
-1
arch/mips/math-emu/ieee754xcpt.c
··· 46 46 printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n", 47 47 xcp->op, rtnames[xcp->rt]); 48 48 } 49 -
-1
arch/mips/mm/c-octeon.c
··· 305 305 { 306 306 cache_parity_error_octeon(1); 307 307 } 308 -
-1
arch/mips/mm/hugetlbpage.c
··· 97 97 page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT); 98 98 return page; 99 99 } 100 -
-1
arch/mips/nxp/pnx833x/common/interrupts.c
··· 377 377 378 378 mips_hpt_frequency *= 500000; 379 379 } 380 -
-1
arch/mips/nxp/pnx833x/common/prom.c
··· 67 67 { 68 68 return arcs_cmdline; 69 69 } 70 -
-1
arch/mips/pci/pci-bcm47xx.c
··· 57 57 dev->irq = res; 58 58 return 0; 59 59 } 60 -
-1
arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c
··· 131 131 else 132 132 do_IRQ(ffs(pending) + intbase - 1); 133 133 } 134 -
-1
arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h
··· 65 65 const char rts = TIOCM_RTS; 66 66 const char dtr = TIOCM_DTR; 67 67 int fd; 68 -
-1
arch/mips/sgi-ip27/ip27-klnuma.c
··· 133 133 return (KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >> 134 134 PAGE_SHIFT); 135 135 } 136 -