diff options
author | Kees Cook <keescook@chromium.org> | 2022-10-18 10:14:20 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2022-10-26 01:17:23 +0300 |
commit | 8f6e3f9e5a0f58e458a348b7e36af11d0e9702af (patch) | |
tree | b650bc4160a82a7e7f31760801e14927148f63e2 /include/uapi/linux/elf.h | |
parent | 275498a98b1fe77deebddfc4f8986c0cf2c3ced7 (diff) | |
download | linux-8f6e3f9e5a0f58e458a348b7e36af11d0e9702af.tar.xz |
binfmt: Fix whitespace issues
Fix the annoying whitespace issues that have been following these files
around for years.
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Link: https://lore.kernel.org/r/20221018071350.never.230-kees@kernel.org
Diffstat (limited to 'include/uapi/linux/elf.h')
-rw-r--r-- | include/uapi/linux/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h index 775a17b5b8ac..4c6a8fa5e7ed 100644 --- a/include/uapi/linux/elf.h +++ b/include/uapi/linux/elf.h @@ -91,7 +91,7 @@ typedef __s64 Elf64_Sxword; #define DT_INIT 12 #define DT_FINI 13 #define DT_SONAME 14 -#define DT_RPATH 15 +#define DT_RPATH 15 #define DT_SYMBOLIC 16 #define DT_REL 17 #define DT_RELSZ 18 |