]> git.baikalelectronics.ru Git - kernel.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)
committerMickaël Salaün <mic@digikod.net>
Mon, 9 May 2022 10:31:10 +0000 (12:31 +0200)
commit803cf03271a65b9c57455c7b6e4985d10ad4fb28
treec56afc5d9b856a1b38cf8496515eee4b7d4e23c9
parent80b63e9af47f1d7f0492c78073540c1443338652
landlock: Format with clang-format

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>
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