From owner-svn-src-all@FreeBSD.ORG Thu Apr 9 19:48:44 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A351623; Thu, 9 Apr 2015 19:48:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD94E01; Thu, 9 Apr 2015 19:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t39Jmiuc090952; Thu, 9 Apr 2015 19:48:44 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t39Jmgpg090947; Thu, 9 Apr 2015 19:48:42 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201504091948.t39Jmgpg090947@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Thu, 9 Apr 2015 19:48:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r281322 - head/sys/boot/efi/loader/arch/i386 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 19:48:44 -0000 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