From fa5e91f778fe8aba1fa9a7d0d7f64abdf3080ac9 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 11 Apr 2018 22:02:09 -0700 Subject: vxworks: x86: Rename e820info to e820_info This changes 'struct e820info' to 'struct e820_info' to conform with the coding style. Signed-off-by: Bin Meng Reviewed-by: Christian Gmeiner --- include/vxworks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vxworks.h b/include/vxworks.h index d9120763228..4a83a34dfba 100644 --- a/include/vxworks.h +++ b/include/vxworks.h @@ -32,7 +32,7 @@ /* E820 info signatiure "SMAP" - System MAP */ #define E820_SIGNATURE 0x534d4150 -struct e820info { +struct e820_info { u32 sign; /* "SMAP" signature */ u32 x0; /* don't care, used by VxWorks */ u32 x1; /* don't care, used by VxWorks */ -- cgit v1.2.3