From owner-svn-src-head@freebsd.org Mon Dec 21 19:56:13 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B9FBA4F6FF; Mon, 21 Dec 2015 19:56:13 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E07AA1A23; Mon, 21 Dec 2015 19:56:12 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLJuCja085175; Mon, 21 Dec 2015 19:56:12 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLJuBLv085172; Mon, 21 Dec 2015 19:56:11 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201512211956.tBLJuBLv085172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Mon, 21 Dec 2015 19:56:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292563 - in head/sys/boot/efi/loader: . arch/amd64 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 19:56:13 -0000 Author: emaste Date: Mon Dec 21 19:56:11 2015 New Revision: 292563 URL: https://svnweb.freebsd.org/changeset/base/292563 Log: loader.efi: strip trailing whitespace Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/efi/loader/Makefile head/sys/boot/efi/loader/arch/amd64/framebuffer.c head/sys/boot/efi/loader/devicename.c Modified: head/sys/boot/efi/loader/Makefile ============================================================================== --- head/sys/boot/efi/loader/Makefile Mon Dec 21 19:49:00 2015 (r292562) +++ head/sys/boot/efi/loader/Makefile Mon Dec 21 19:56:11 2015 (r292563) @@ -67,7 +67,7 @@ HAVE_BCACHE= yes CFLAGS+= -DEFI_STAGING_SIZE=${EFI_STAGING_SIZE} .endif -# Always add MI sources +# Always add MI sources .PATH: ${.CURDIR}/../../common .include "${.CURDIR}/../../common/Makefile.inc" CFLAGS+= -I${.CURDIR}/../../common Modified: head/sys/boot/efi/loader/arch/amd64/framebuffer.c ============================================================================== --- head/sys/boot/efi/loader/arch/amd64/framebuffer.c Mon Dec 21 19:49:00 2015 (r292562) +++ head/sys/boot/efi/loader/arch/amd64/framebuffer.c Mon Dec 21 19:56:11 2015 (r292563) @@ -303,7 +303,7 @@ efifb_from_uga(struct efi_fb *efifb, EFI * offset within the frame buffer of the visible region, nor * the stride. Our only option is to look at the system and * fill in the blanks based on that. Luckily, UGA was mostly - * only used on Apple hardware. + * only used on Apple hardware. */ offset = -1; ev = getenv("smbios.system.maker"); Modified: head/sys/boot/efi/loader/devicename.c ============================================================================== --- head/sys/boot/efi/loader/devicename.c Mon Dec 21 19:49:00 2015 (r292562) +++ head/sys/boot/efi/loader/devicename.c Mon Dec 21 19:56:11 2015 (r292563) @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); static int efi_parsedev(struct devdesc **, const char *, const char **); -/* +/* * Point (dev) at an allocated device specifier for the device matching the * path in (devspec). If it contains an explicit device specification, * use that. If not, use the default device.