diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-03-27 12:15:09 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-04-24 20:18:58 +0000 |
commit | 124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b (patch) | |
tree | 980f498681fcc053ec1e591e22bb16afbef0a191 /coreboot_tables.h | |
parent | 3f7e3419887c6d37330387f8e32c86ba47bdf70c (diff) | |
download | flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.gz flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.tar.bz2 flashrom-124ef38f7afc61ad7c713c22aad7c5c7f79bdb9b.zip |
Fix whitespace errors
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'coreboot_tables.h')
-rw-r--r-- | coreboot_tables.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coreboot_tables.h b/coreboot_tables.h index 2e9652670..a5f1586fd 100644 --- a/coreboot_tables.h +++ b/coreboot_tables.h @@ -29,7 +29,7 @@ * is expected to be information that cannot be discovered by * other means, such as querying the hardware directly. * - * All of the information should be Position Independent Data. + * All of the information should be Position Independent Data. * That is it should be safe to relocated any of the information * without it's meaning/correctness changing. For table that * can reasonably be used on multiple architectures the data @@ -52,9 +52,9 @@ * table entries and be backwards compatible, but it is not required. */ -/* Since coreboot is usually compiled 32bit, gcc will align 64bit - * types to 32bit boundaries. If the coreboot table is dumped on a - * 64bit system, a uint64_t would be aligned to 64bit boundaries, +/* Since coreboot is usually compiled 32bit, gcc will align 64bit + * types to 32bit boundaries. If the coreboot table is dumped on a + * 64bit system, a uint64_t would be aligned to 64bit boundaries, * breaking the table format. * * lb_uint64 will keep 64bit coreboot table values aligned to 32bit |