]> git.ipfire.org Git - thirdparty/u-boot.git/commit
elf: Clean up the ELF header file
authorBin Meng <bmeng.cn@gmail.com>
Thu, 12 Apr 2018 05:02:12 +0000 (22:02 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 16 Apr 2018 08:54:51 +0000 (16:54 +0800)
commitdf635df2e0f2d7a54401377bbc59e98ec2fa8753
tree497fe57a7514889ec9e0628ddc16577b91a43873
parent45519924a09d7818c30042b1ccd0b7526ef5e26d
elf: Clean up the ELF header file

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@gmail.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
include/elf.h