diff options
| author | Kees Cook <keescook@chromium.org> | 2022-10-18 00:14:20 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-22 14:09:58 +0200 |
| commit | e20878d4ebfe0eb981b591bcd022f7bb78e9fba7 (patch) | |
| tree | 0bc637594d69e5dd20e9fcc950b6feb59d78c003 /include/uapi/linux | |
| parent | 325285d9fc869c02400a697e6729a2994a81a1aa (diff) | |
| download | linux-e20878d4ebfe0eb981b591bcd022f7bb78e9fba7.tar.gz linux-e20878d4ebfe0eb981b591bcd022f7bb78e9fba7.tar.bz2 linux-e20878d4ebfe0eb981b591bcd022f7bb78e9fba7.zip | |
binfmt: Fix whitespace issues
[ Upstream commit 8f6e3f9e5a0f58e458a348b7e36af11d0e9702af ]
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
Stable-dep-of: 11854fe263eb ("binfmt_elf: Move brk for static PIE even if ASLR disabled")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/uapi/linux')
| -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 c7b056af9ef0..3e5f07be26fc 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 |
