svn commit: r281322 - head/sys/boot/efi/loader/arch/i386
Ed Maste
emaste at FreeBSD.org
Thu Apr 9 19:48:44 UTC 2015
Author: emaste
Date: Thu Apr 9 19:48:42 2015
New Revision: 281322
URL: https://svnweb.freebsd.org/changeset/base/281322
Log:
Remove EOL whitespace from i386 EFI loader source
Modified:
head/sys/boot/efi/loader/arch/i386/bootinfo.c
head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
head/sys/boot/efi/loader/arch/i386/i386_copy.c
head/sys/boot/efi/loader/arch/i386/start.S
Modified: head/sys/boot/efi/loader/arch/i386/bootinfo.c
==============================================================================
--- head/sys/boot/efi/loader/arch/i386/bootinfo.c Thu Apr 9 19:36:06 2015 (r281321)
+++ head/sys/boot/efi/loader/arch/i386/bootinfo.c Thu Apr 9 19:48:42 2015 (r281322)
@@ -219,7 +219,7 @@ bi_load(struct preloaded_file *fp, uint6
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.
Modified: head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
==============================================================================
--- head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c Thu Apr 9 19:36:06 2015 (r281321)
+++ head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c Thu Apr 9 19:48:42 2015 (r281322)
@@ -49,8 +49,8 @@ struct file_format i386_elf = { elf32_lo
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
Modified: head/sys/boot/efi/loader/arch/i386/i386_copy.c
==============================================================================
--- head/sys/boot/efi/loader/arch/i386/i386_copy.c Thu Apr 9 19:36:06 2015 (r281321)
+++ head/sys/boot/efi/loader/arch/i386/i386_copy.c Thu Apr 9 19:48:42 2015 (r281322)
@@ -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.
*/
Modified: head/sys/boot/efi/loader/arch/i386/start.S
==============================================================================
--- head/sys/boot/efi/loader/arch/i386/start.S Thu Apr 9 19:36:06 2015 (r281321)
+++ head/sys/boot/efi/loader/arch/i386/start.S Thu Apr 9 19:48:42 2015 (r281322)
@@ -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
More information about the svn-src-head
mailing list