linux/security/tomoyo
Tetsuo Handa 35d50e60e8 tomoyo: fix sparse warning
Fix sparse warning.

$ make C=2 SUBDIRS=security/tomoyo CF="-D__cold__="
 CHECK   security/tomoyo/common.c
 CHECK   security/tomoyo/realpath.c
 CHECK   security/tomoyo/tomoyo.c
security/tomoyo/tomoyo.c:110:8: warning: symbol 'buf' shadows an earlier one
security/tomoyo/tomoyo.c💯7: originally declared here

Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Toshiharu Harada <haradats@nttdata.co.jp>
Signed-off-by: James Morris <jmorris@namei.org>
2009-02-12 20:21:10 +11:00
..
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
Makefile Kconfig and Makefile 2009-02-12 15:19:00 +11:00
common.c Common functions for TOMOYO Linux. 2009-02-12 15:15:04 +11:00
common.h Common functions for TOMOYO Linux. 2009-02-12 15:15:04 +11:00
domain.c Domain transition handler. 2009-02-12 15:15:05 +11:00
file.c File operation restriction part. 2009-02-12 15:15:05 +11:00
realpath.c
realpath.h
tomoyo.c tomoyo: fix sparse warning 2009-02-12 20:21:10 +11:00
tomoyo.h LSM adapter functions. 2009-02-12 15:15:05 +11:00