ELF uapi: add spaces before '{'
authorRolf Eike Beer <eb@emlix.com>
Tue, 4 Oct 2022 10:25:40 +0000 (12:25 +0200)
committerKees Cook <keescook@chromium.org>
Tue, 25 Oct 2022 22:15:52 +0000 (15:15 -0700)
commit23a7aea5faf6500051c52dfaba46845c41b3abd4
tree5e720f2c9ee8438965f0f547dccc82acd9e2894f
parentaf4fddffbe95855ef3b413158fa8e6e95899f2b2
ELF uapi: add spaces before '{'

When searching for a struct definition I often enough end up simply doing

  git grep 'struct foobar {'

Sadly some of the ELF structs did not follow the usual coding style so they
were invisible.

Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/11563980.Ss37MnutNL@mobilepool36.emlix.com
include/uapi/linux/elf.h