[U-Boot] [PATCH v2 07/18] elf: Clean up the ELF header file
Bin Meng
bmeng.cn at gmail.com
Mon Apr 16 09:16:10 UTC 2018
On Thu, Apr 12, 2018 at 3:29 PM, Christian Gmeiner
<christian.gmeiner at gmail.com> wrote:
> 2018-04-12 7:02 GMT+02:00 Bin Meng <bmeng.cn at gmail.com>:
>> Fix various style violations in elf.h
>> - use correct comment format if the comment fits in just one line
>> - remove the ending period for the one-line comment
>> - use tab for the indention instead of space
>> - put the opening brace at the same line of a typedef/union
>> - remove <name> in a 'typedef struct' for consistency
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
>
>> ---
>>
>> Changes in v2: None
>>
>> include/elf.h | 284 ++++++++++++++++++++++++++++------------------------------
>> 1 file changed, 138 insertions(+), 146 deletions(-)
>>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list