Remove EOL whitespace from i386 EFI loader source

This commit is contained in:
Ed Maste 2015-04-09 19:48:42 +00:00
parent 67128bdc88
commit b291974d25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281322
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.
*/

View File

@ -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