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:
Elyes HAOUAS
2015-06-06 19:48:25 +02:00
committed by Stefan Reinauer
parent 4ba3b79537
commit 52648623e0
382 changed files with 0 additions and 419 deletions

View File

@@ -69,4 +69,3 @@ util/pbuilder/pbuilder:
clean:
rm -f *.o bayou.elf builtin.lar
$(MAKE) -C util/pbuilder clean

View File

@@ -39,4 +39,3 @@
</payload>
</payloads>
</BayouConfig>

View File

@@ -84,4 +84,3 @@ unsigned long unrv2b(u8 *src, u8 *dst, unsigned long *ilen_p)
return olen;
}

View File

@@ -65,4 +65,3 @@ liblar/liblar.a:
clean:
rm -f pbuilder *.o lzma/*.o
$(MAKE) -C liblar clean

View File

@@ -16,4 +16,3 @@
#undef BT_NAMESPACE
#endif

View File

@@ -3,4 +3,3 @@
#define _HASH_CHAIN
#include "../BinTree/BinTreeMain.h"
#undef _HASH_CHAIN

View File

@@ -60,4 +60,3 @@ $(obj)/util/lzma/%.o: $(src)/util/lzma/C/Common/%.cpp
$(obj)/util/lzma/%.o: $(src)/util/lzma/%.cc
$(Q)printf " HOSTCXX $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(HOSTCXX) $(HOSTCXXFLAGS) -o $@ -c $<

View File

@@ -315,4 +315,3 @@ void do_lzma_uncompress(char *dst, int dst_len, char *src, int src_len) {
}
#endif

View File

@@ -115,4 +115,3 @@ config MODULE_CBFS
This option will increase the ELF file size by ca. 1440 bytes.
endmenu

View File

@@ -108,4 +108,3 @@ distclean: clean
include util/kconfig/Makefile
.PHONY: $(PHONY) prepare clean distclean

View File

@@ -24,4 +24,3 @@ Then you can build coreinfo now:
$ make menuconfig
$ make

View File

@@ -334,4 +334,3 @@ $(objk)/lxdialog/lxdialog: $(objk)/dochecklxdialog \
$(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@
$(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c
$(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@

View File

@@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi

View File

@@ -2371,4 +2371,3 @@ char *zconf_curname(void)
{
return current_pos.file ? current_pos.file->name : "<none>";
}

View File

@@ -130,4 +130,3 @@ const char *str_get(struct gstr *gs)
{
return gs->s;
}

View File

@@ -234,4 +234,3 @@ kconf_id_lookup (register const char *str, register unsigned int len)
}
return 0;
}

View File

@@ -2476,4 +2476,3 @@ void zconfdump(FILE *out)
#include "expr.c"
#include "symbol.c"
#include "menu.c"

View File

@@ -47,4 +47,3 @@ distclean:
rm -rf filo
.PHONY: checkout config filo clean distclean

View File

@@ -6,4 +6,3 @@ For instructions on how to download, patch, and build tint as a coreboot
payload, please see
http://www.coreboot.org/Tint

View File

@@ -141,4 +141,3 @@ junit.xml:
done
echo "</testsuite>" >> $@.tmp
mv $@.tmp $@

View File

@@ -63,4 +63,3 @@ Copyright and License
---------------------
See LICENSES.

View File

@@ -123,4 +123,3 @@ exception_idx:
set_vbar:
mcr p15, 0, r0, c12, c0, 0
bx lr

View File

@@ -88,6 +88,3 @@ void icivau(uint64_t ivau)
{
__asm__ __volatile__("ic ivau, %0\n\t" : : "r" (ivau) :"memory");
}

View File

@@ -453,4 +453,3 @@ void raw_write_spsr_und(uint32_t spsr_und)
{
__asm__ __volatile__("msr SPSR_und, %0\n\t" : : "r" (spsr_und) : "memory");
}

View File

@@ -29,4 +29,3 @@ void gdb_arch_init(void)
void gdb_arch_enter(void)
{
}

View File

@@ -96,4 +96,3 @@ i386_do_exec:
movl %ebp,%esp
popl %ebp
ret

View File

@@ -165,4 +165,3 @@ libform-$(CONFIG_LP_PDCURSES) += form/fld_opts.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_attr.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_dup.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_just.c

View File

@@ -831,4 +831,3 @@ Functions specific to the X11 port of PDCurses:
sb_refresh sb
--------------------------------------------------------------------------

View File

@@ -150,4 +150,3 @@ int sb_refresh(void)
return OK;
}

View File

@@ -261,4 +261,3 @@ int curses_serial_enabled(void)
void curses_enable_serial(int state) { }
int curses_serial_enabled(void) { return 0; }
#endif

View File

@@ -1,4 +1,3 @@
#define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type))
#define typeCalloc(type,elts) (type *)calloc((elts),sizeof(type))
#define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type))

View File

@@ -244,4 +244,3 @@ void PDC_transform_line(int lineno, int x, int len, const chtype *srcp)
#endif
}
}

View File

@@ -47,4 +47,3 @@ int curses_vga_enabled(void)
{
return !!(curses_flags & F_ENABLE_CONSOLE);
}

View File

@@ -38,5 +38,3 @@ int add_reset_handler(void (*new_handler)(void))
return 0;
}

View File

@@ -131,5 +131,3 @@ void rtc_read_clock(struct tm *time)
if (time->tm_year < 80)
time->tm_year += 100;
}

View File

@@ -128,4 +128,3 @@ void pci_set_bus_master(pcidev_t dev)
val |= REG_COMMAND_BM;
pci_write_config16(dev, REG_COMMAND, val);
}

View File

@@ -56,4 +56,3 @@ uint64_t timer_raw_value(void)
return rawv;
}

View File

@@ -351,4 +351,3 @@ void udc_handle_setup(struct usbdev_ctrl *this, int ep, dev_req_t *dr)
this->halt_ep(this, ep, 0);
this->halt_ep(this, ep, 1);
}

View File

@@ -902,4 +902,3 @@ ohci_process_done_queue(ohci_t *const ohci, const int spew_debug)
return result;
}

View File

@@ -86,4 +86,3 @@ int usb_interface_check(u16 vendor, u16 device)
return -1;
}

View File

@@ -513,4 +513,3 @@ int usbhid_getchar (void)
return (int)ret;
}

View File

@@ -263,4 +263,3 @@ struct video_console coreboot_video_console = {
.columns = 80,
.rows = 25
};

View File

@@ -221,4 +221,3 @@ int video_console_init(void)
console_add_output_driver(&cons);
return 0;
}

View File

@@ -74,4 +74,3 @@ static inline void writel(uint32_t _v, volatile void *_a)
}
#endif

View File

@@ -85,4 +85,3 @@ int run_address(void *f);
int init_default_cbfs_media(struct cbfs_media *media);
#endif

View File

@@ -143,4 +143,3 @@ int cb_parse_arch_specific(struct cb_record *rec, struct sysinfo_t *info);
int cb_parse_header(void *addr, int len, struct sysinfo_t *info);
#endif

View File

@@ -103,4 +103,3 @@ int toupper(int c)
{
return (c >= 'a' && c <= 'z') ? (c - 32) : c;
}

View File

@@ -125,4 +125,3 @@ char *getenv(const char *name)
{
return NULL;
}

View File

@@ -125,4 +125,3 @@ static int default_memcmp(const void *s1, const void *s2, size_t n)
int memcmp(const void *s1, const void *s2, size_t n)
__attribute__((weak, alias("default_memcmp")));

View File

@@ -29,4 +29,3 @@
libcbfs-$(CONFIG_LP_CBFS) += cbfs.c
libcbfs-$(CONFIG_LP_CBFS) += ram_media.c

View File

@@ -229,4 +229,3 @@ int cbfs_decompress(int algo, void *src, void *dst, int len)
return 0;
}
}

View File

@@ -28,4 +28,3 @@
##
liblzma-$(CONFIG_LP_LZMA) += lzma.c

View File

@@ -219,4 +219,3 @@ struct pci_dev *pci_get_dev(struct pci_access* pacc, u16 domain, u8 bus, u8 dev,
cur->func = func;
return cur;
}

View File

@@ -59,4 +59,3 @@ clean:
rm -f $(TARGET).elf *.o
distclean: clean

View File

@@ -10,4 +10,3 @@ all: $(TARGETS)
run: all
for i in $(TARGETS); do ./$$i; done

View File

@@ -342,4 +342,3 @@ $(objk)/lxdialog/lxdialog: $(objk)/dochecklxdialog \
$(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@
$(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c
$(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@

View File

@@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi

View File

@@ -2371,4 +2371,3 @@ char *zconf_curname(void)
{
return current_pos.file ? current_pos.file->name : "<none>";
}

View File

@@ -130,4 +130,3 @@ const char *str_get(struct gstr *gs)
{
return gs->s;
}

View File

@@ -234,4 +234,3 @@ kconf_id_lookup (register const char *str, register unsigned int len)
}
return 0;
}

View File

@@ -2475,4 +2475,3 @@ void zconfdump(FILE *out)
#include "expr.c"
#include "symbol.c"
#include "menu.c"

View File

@@ -251,4 +251,3 @@ int main()
outb (0x6, 0xcf9);
halt();
}