tomoyo: Coding style fix.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 24 Jan 2019 09:37:35 +0000 (18:37 +0900)
committerJames Morris <james.morris@microsoft.com>
Thu, 24 Jan 2019 22:50:27 +0000 (14:50 -0800)
commitcdcf6723add57a0ffb37cfde1ca54a00f5715b71
treec09429e797b0b3655035632bcbb8c40d44407375
parent8c6cb983cd52d78ab4e4c0191c73a11dcb60b866
tomoyo: Coding style fix.

Follow many of recommendations by scripts/checkpatch.pl, and follow
"lift switch variables out of switches" by Kees Cook.
This patch makes no functional change.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <james.morris@microsoft.com>
15 files changed:
security/tomoyo/audit.c
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/condition.c
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/gc.c
security/tomoyo/group.c
security/tomoyo/load_policy.c
security/tomoyo/memory.c
security/tomoyo/mount.c
security/tomoyo/realpath.c
security/tomoyo/securityfs_if.c
security/tomoyo/tomoyo.c
security/tomoyo/util.c