diff options
| author | Kees Cook <keescook@chromium.org> | 2022-10-18 10:14:20 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-22 15:09:58 +0300 |
| commit | e20878d4ebfe0eb981b591bcd022f7bb78e9fba7 (patch) | |
| tree | 0bc637594d69e5dd20e9fcc950b6feb59d78c003 /fs/exec.c | |
| parent | 325285d9fc869c02400a697e6729a2994a81a1aa (diff) | |
| download | linux-e20878d4ebfe0eb981b591bcd022f7bb78e9fba7.tar.xz | |
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 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index 2039414cc662..b65af8f9a4f9 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -169,7 +169,7 @@ SYSCALL_DEFINE1(uselib, const char __user *, library) exit: fput(file); out: - return error; + return error; } #endif /* #ifdef CONFIG_USELIB */ |
