]> git.baikalelectronics.ru Git - uboot.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)
commita796b0059d64c77fcba91adecc57e9679a51bc06
tree497fe57a7514889ec9e0628ddc16577b91a43873
parent201b20441fd38ec075c38f291293fa7810e7909a
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