]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
landlock: Format with clang-format
authorMickaël Salaün <mic@digikod.net>
Fri, 6 May 2022 16:05:08 +0000 (18:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:26:22 +0000 (10:26 +0200)
commit522ac03d6ee16f8cf2ed7aac5890147ac8307761
treea1750d2328193a42b6a3bc5dc2d673da36cb98ed
parentac09fcf495874e57cbb6d450bc0720cf9ba9edb1
landlock: Format with clang-format

commit 06a1c40a09a8dded4bf0e7e3ccbda6bddcccd7c8 upstream.

Let's follow a consistent and documented coding style.  Everything may
not be to our liking but it is better than tacit knowledge.  Moreover,
this will help maintain style consistency between different developers.

This contains only whitespace changes.

Automatically formatted with:
clang-format-14 -i security/landlock/*.[ch] include/uapi/linux/landlock.h

Link: https://lore.kernel.org/r/20220506160513.523257-3-mic@digikod.net
Cc: stable@vger.kernel.org
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
security/landlock/cred.c
security/landlock/cred.h
security/landlock/fs.c
security/landlock/fs.h
security/landlock/object.c
security/landlock/object.h
security/landlock/ptrace.c
security/landlock/ruleset.c
security/landlock/ruleset.h
security/landlock/syscalls.c