summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-09 19:48:42 +0000
committeremaste <emaste@FreeBSD.org>2015-04-09 19:48:42 +0000
commit679bd6c93b79f6a9cab97f3a69cd8d55634cd816 (patch)
tree26a231f7be0b36816bf0662eacae9e9aad245537 /sys/boot/efi/loader
parent8e2b782ce442f2e6694a2b8701833093efb9c8cd (diff)
downloadFreeBSD-src-679bd6c93b79f6a9cab97f3a69cd8d55634cd816.zip
FreeBSD-src-679bd6c93b79f6a9cab97f3a69cd8d55634cd816.tar.gz
Remove EOL whitespace from i386 EFI loader source
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r--sys/boot/efi/loader/arch/i386/bootinfo.c2
-rw-r--r--sys/boot/efi/loader/arch/i386/elf32_freebsd.c4
-rw-r--r--sys/boot/efi/loader/arch/i386/i386_copy.c2
-rw-r--r--sys/boot/efi/loader/arch/i386/start.S2
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/efi/loader/arch/i386/bootinfo.c b/sys/boot/efi/loader/arch/i386/bootinfo.c
index 853d044..cbd6e4e 100644
--- a/sys/boot/efi/loader/arch/i386/bootinfo.c
+++ b/sys/boot/efi/loader/arch/i386/bootinfo.c
@@ -219,7 +219,7 @@ bi_load(struct preloaded_file *fp, uint64_t *bi_addr)
bi.bi_version = 1;
// bi.bi_boothowto = bi_getboothowto(fp->f_args);
- /*
+ /*
* Allow the environment variable 'rootdev' to override the supplied
* device. This should perhaps go to MI code and/or have $rootdev
* tested/set by MI code before launching the kernel.
diff --git a/sys/boot/efi/loader/arch/i386/elf32_freebsd.c b/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
index f193735..9a1458e 100644
--- a/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
+++ b/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
@@ -49,8 +49,8 @@ struct file_format i386_elf = { elf32_loadfile, elf32_exec };
struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
/*
- * There is an ELF kernel and one or more ELF modules loaded.
- * We wish to start executing the kernel image, so make such
+ * There is an ELF kernel and one or more ELF modules loaded.
+ * We wish to start executing the kernel image, so make such
* preparations as are required, and do so.
*/
static int
diff --git a/sys/boot/efi/loader/arch/i386/i386_copy.c b/sys/boot/efi/loader/arch/i386/i386_copy.c
index 43c26ce..522913f 100644
--- a/sys/boot/efi/loader/arch/i386/i386_copy.c
+++ b/sys/boot/efi/loader/arch/i386/i386_copy.c
@@ -28,7 +28,7 @@
__FBSDID("$FreeBSD$");
/*
- * MD primitives supporting placement of module data
+ * MD primitives supporting placement of module data
*
* XXX should check load address/size against memory top.
*/
diff --git a/sys/boot/efi/loader/arch/i386/start.S b/sys/boot/efi/loader/arch/i386/start.S
index ea4597f..2be2478 100644
--- a/sys/boot/efi/loader/arch/i386/start.S
+++ b/sys/boot/efi/loader/arch/i386/start.S
@@ -33,7 +33,7 @@
#define EFI_SUCCESS 0
/*
- * EFI entry point.
+ * EFI entry point.
* _start(EFI_IMAGE image_handle, EFI_SYSTEM_TABLE *system_table);
*
* We calculate the base address along with _DYNAMIC, relocate us and finally
OpenPOWER on IntegriCloud