Remove empty lines at end of file
Used command line to remove empty lines at end of file: find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: http://review.coreboot.org/10446 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Stefan Reinauer
parent
4ba3b79537
commit
52648623e0
@@ -1,2 +1 @@
|
||||
source src/drivers/emulation/qemu/Kconfig
|
||||
|
||||
|
@@ -11,4 +11,3 @@ config DRIVER_TPM_I2C_ADDR
|
||||
hex "I2C TPM chip address"
|
||||
default 2 # FIXME, workaround for Kconfig BS
|
||||
depends on I2C_TPM
|
||||
|
||||
|
@@ -174,4 +174,3 @@ CAR_init_params:
|
||||
CAR_init_stack:
|
||||
.long CAR_init_done
|
||||
.long CAR_init_params
|
||||
|
||||
|
@@ -32,4 +32,3 @@ void install_intel_vga_int15_handler(int active_lfp, int pfit, int display, int
|
||||
#else
|
||||
static inline void install_intel_vga_int15_handler(int active_lfp, int pfit, int display, int panel_type) {}
|
||||
#endif
|
||||
|
||||
|
@@ -1,2 +1 @@
|
||||
source src/drivers/trident/blade3d/Kconfig
|
||||
|
||||
|
@@ -22,4 +22,3 @@
|
||||
extern unsigned char XGIInitNew(struct pci_dev *pdev);
|
||||
extern void XGIRegInit(struct vb_device_info *, unsigned long);
|
||||
#endif
|
||||
|
||||
|
@@ -25,4 +25,3 @@ extern void xgifb_reg_or(unsigned long, u8, unsigned);
|
||||
extern void xgifb_reg_and(unsigned long, u8, unsigned);
|
||||
extern void xgifb_reg_and_or(unsigned long, u8, unsigned, unsigned);
|
||||
#endif
|
||||
|
||||
|
@@ -61,4 +61,3 @@ struct xgi_hw_device_info {
|
||||
/* Additional IOCTL for communication xgifb <> X driver */
|
||||
/* If changing this, xgifb.h must also be changed (for xgifb) */
|
||||
#endif
|
||||
|
||||
|
@@ -548,4 +548,3 @@ struct SiS_Private
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user