summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-21 19:56:11 +0000
committeremaste <emaste@FreeBSD.org>2015-12-21 19:56:11 +0000
commiteb1373e8d7cce0aef0ea45e0a7a4f1ac9460b24d (patch)
treeca4c1372780b8aa79dd6ef12cdf674eb0b581fb1 /sys/boot/efi/loader
parent7d273b530f468e8cb8749d916a9fb42c27879bd7 (diff)
downloadFreeBSD-src-eb1373e8d7cce0aef0ea45e0a7a4f1ac9460b24d.zip
FreeBSD-src-eb1373e8d7cce0aef0ea45e0a7a4f1ac9460b24d.tar.gz
loader.efi: strip trailing whitespace
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r--sys/boot/efi/loader/Makefile2
-rw-r--r--sys/boot/efi/loader/arch/amd64/framebuffer.c2
-rw-r--r--sys/boot/efi/loader/devicename.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index c607f46..d6bd9c7 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -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
diff --git a/sys/boot/efi/loader/arch/amd64/framebuffer.c b/sys/boot/efi/loader/arch/amd64/framebuffer.c
index 9a8dfdb..eb78f7b 100644
--- a/sys/boot/efi/loader/arch/amd64/framebuffer.c
+++ b/sys/boot/efi/loader/arch/amd64/framebuffer.c
@@ -303,7 +303,7 @@ efifb_from_uga(struct efi_fb *efifb, EFI_UGA_DRAW_PROTOCOL *uga)
* 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");
diff --git a/sys/boot/efi/loader/devicename.c b/sys/boot/efi/loader/devicename.c
index a9327dc..89f9941 100644
--- a/sys/boot/efi/loader/devicename.c
+++ b/sys/boot/efi/loader/devicename.c
@@ -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.
OpenPOWER on IntegriCloud