Explorar o código

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>
Ralf Baechle %!s(int64=15) %!d(string=hai) anos
pai
achega
e0e53dee69

+ 0 - 1
arch/mips/ar7/prom.c

@@ -279,4 +279,3 @@ int prom_putchar(char c)
 	serial_out(UART_TX, c);
 	return 1;
 }
-

+ 0 - 1
arch/mips/bcm47xx/gpio.c

@@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio)
 		return -EINVAL;
 }
 EXPORT_SYMBOL_GPL(gpio_to_irq);
-

+ 0 - 1
arch/mips/bcm47xx/prom.c

@@ -163,4 +163,3 @@ void __init prom_init(void)
 void __init prom_free_prom_memory(void)
 {
 }
-

+ 0 - 1
arch/mips/bcm47xx/setup.c

@@ -121,4 +121,3 @@ void __init plat_mem_setup(void)
 	_machine_halt = bcm47xx_machine_halt;
 	pm_power_off = bcm47xx_machine_halt;
 }
-

+ 0 - 1
arch/mips/bcm47xx/wgt634u.c

@@ -164,4 +164,3 @@ static int __init wgt634u_init(void)
 }
 
 module_init(wgt634u_init);
-

+ 0 - 1
arch/mips/bcm63xx/boards/board_bcm963xx.c

@@ -836,4 +836,3 @@ int __init board_register_devices(void)
 
 	return 0;
 }
-

+ 0 - 1
arch/mips/cavium-octeon/executive/cvmx-sysinfo.c

@@ -115,4 +115,3 @@ int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr,
 
 	return 1;
 }
-

+ 0 - 1
arch/mips/dec/prom/locore.S

@@ -27,4 +27,3 @@ NESTED(genexcept_early, 0, sp)
 	jr	k0
 	 rfe
 END(genexcept_early)
-

+ 0 - 1
arch/mips/include/asm/device.h

@@ -4,4 +4,3 @@
  * This file is released under the GPLv2
  */
 #include <asm-generic/device.h>
-

+ 0 - 1
arch/mips/include/asm/mach-au1x00/au1100_mmc.h

@@ -205,4 +205,3 @@ struct au1xmmc_platform_data {
 
 
 #endif /* __ASM_AU1100_MMC_H */
-

+ 0 - 1
arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h

@@ -770,4 +770,3 @@
 #define DMIPSPLLCFG_N2_MASK		(0x7 << DMIPSPLLCFG_N2_SHIFT)
 
 #endif /* BCM63XX_REGS_H_ */
-

+ 0 - 1
arch/mips/include/asm/mach-pnx833x/irq-mapping.h

@@ -123,4 +123,3 @@
 #define PNX833X_GPIO_15_INT			(PNX833X_GPIO_IRQ_BASE + 15)
 
 #endif
-

+ 0 - 1
arch/mips/include/asm/mach-powertv/interrupts.h

@@ -251,4 +251,3 @@
 						 * channel 3. */
 #define irq_mpeg_d		(ibase+0) 	/* MPEG Decoder Interrupt */
 #endif	/* _ASM_MACH_POWERTV_INTERRUPTS_H_ */
-

+ 0 - 1
arch/mips/include/asm/msc01_ic.h

@@ -145,4 +145,3 @@ extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_i
 extern void ll_msc_irq(void);
 
 #endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */
-

+ 0 - 1
arch/mips/include/asm/nile4.h

@@ -307,4 +307,3 @@ extern u8 nile4_i8259_iack(void);
 extern void nile4_dump_irq_status(void);	/* Debug */
 
 #endif
-

+ 0 - 1
arch/mips/include/asm/sibyte/bigsur.h

@@ -46,4 +46,3 @@
 #endif
 
 #endif /* __ASM_SIBYTE_BIGSUR_H */
-

+ 0 - 1
arch/mips/include/asm/sibyte/sb1250_ldt.h

@@ -420,4 +420,3 @@
 #endif /* 1250 PASS2 || 112x PASS1 */
 
 #endif
-

+ 0 - 1
arch/mips/include/asm/sn/klkernvars.h

@@ -26,4 +26,3 @@ typedef struct kern_vars_s {
 #endif /* !__ASSEMBLY__ */
 
 #endif /* __ASM_SN_KLKERNVARS_H */
-

+ 0 - 1
arch/mips/include/asm/sparsemem.h

@@ -11,4 +11,3 @@
 
 #endif /* CONFIG_SPARSEMEM */
 #endif /* _MIPS_SPARSEMEM_H */
-

+ 0 - 1
arch/mips/kernel/octeon_switch.S

@@ -500,4 +500,3 @@ done_restore:
 	 nop
 	END(octeon_mult_restore)
 	.set pop
-

+ 0 - 1
arch/mips/lasat/picvue.h

@@ -42,4 +42,3 @@ void pvc_move(u8 cmd);
 
 void pvc_clear(void);
 void pvc_home(void);
-

+ 0 - 1
arch/mips/math-emu/ieee754d.c

@@ -135,4 +135,3 @@ ieee754sp ieee754sp_dump(char *m, ieee754sp x)
 	printk("\n");
 	return x;
 }
-

+ 0 - 1
arch/mips/math-emu/ieee754xcpt.c

@@ -46,4 +46,3 @@ void ieee754_xcpt(struct ieee754xctx *xcp)
 	printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n",
 		xcp->op, rtnames[xcp->rt]);
 }
-

+ 0 - 1
arch/mips/mm/c-octeon.c

@@ -305,4 +305,3 @@ asmlinkage void cache_parity_error_octeon_non_recoverable(void)
 {
 	cache_parity_error_octeon(1);
 }
-

+ 0 - 1
arch/mips/mm/hugetlbpage.c

@@ -97,4 +97,3 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address,
 		page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT);
 	return page;
 }
-

+ 0 - 1
arch/mips/nxp/pnx833x/common/interrupts.c

@@ -377,4 +377,3 @@ void __init plat_time_init(void)
 
 	mips_hpt_frequency *= 500000;
 }
-

+ 0 - 1
arch/mips/nxp/pnx833x/common/prom.c

@@ -67,4 +67,3 @@ char * __init prom_getcmdline(void)
 {
 	return arcs_cmdline;
 }
-

+ 0 - 1
arch/mips/pci/pci-bcm47xx.c

@@ -57,4 +57,3 @@ int pcibios_plat_dev_init(struct pci_dev *dev)
 	dev->irq = res;
 	return 0;
 }
-

+ 0 - 1
arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c

@@ -131,4 +131,3 @@ void msp_cic_irq_dispatch(void)
 	else
 		do_IRQ(ffs(pending) + intbase - 1);
 }
-

+ 0 - 1
arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h

@@ -65,4 +65,3 @@
 const char rts = TIOCM_RTS;
 const char dtr = TIOCM_DTR;
 int fd;
-

+ 0 - 1
arch/mips/sgi-ip27/ip27-klnuma.c

@@ -133,4 +133,3 @@ pfn_t node_getfirstfree(cnodeid_t cnode)
 		return (KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >>
 								PAGE_SHIFT);
 }
-