summaryrefslogtreecommitdiff
path: root/util/mkelfImage/include/linuxbios_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkelfImage/include/linuxbios_tables.h')
-rw-r--r--util/mkelfImage/include/linuxbios_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkelfImage/include/linuxbios_tables.h b/util/mkelfImage/include/linuxbios_tables.h
index 8ee3257ee0..75464fdd9e 100644
--- a/util/mkelfImage/include/linuxbios_tables.h
+++ b/util/mkelfImage/include/linuxbios_tables.h
@@ -8,7 +8,7 @@
* is expected to be information that cannot be discovered by
* other means, such as quering 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/correctnes changing. For table that
* can reasonably be used on multiple architectures the data
@@ -63,7 +63,7 @@ struct lb_memory_range {
uint32_t type;
#define LB_MEM_RAM 1
#define LB_MEM_RESERVED 2
-
+
};
struct lb_memory {