svn commit: r306078 - stable/11/sys/amd64/amd64
Konstantin Belousov
kib at FreeBSD.org
Wed Sep 21 08:09:34 UTC 2016
Author: kib
Date: Wed Sep 21 08:09:33 2016
New Revision: 306078
URL: https://svnweb.freebsd.org/changeset/base/306078
Log:
MFC r305939:
Remove trailing space.
Modified:
stable/11/sys/amd64/amd64/machdep.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/amd64/amd64/machdep.c
==============================================================================
--- stable/11/sys/amd64/amd64/machdep.c Wed Sep 21 07:25:05 2016 (r306077)
+++ stable/11/sys/amd64/amd64/machdep.c Wed Sep 21 08:09:33 2016 (r306078)
@@ -1098,7 +1098,7 @@ add_efi_map_entries(struct efi_map_heade
* Boot Services API.
*/
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
- map = (struct efi_md *)((uint8_t *)efihdr + efisz);
+ map = (struct efi_md *)((uint8_t *)efihdr + efisz);
if (efihdr->descriptor_size == 0)
return;
More information about the svn-src-all
mailing list