Re: [PATCH -next] security: Make capability_hooks static

2019-06-11 Thread James Morris
On Tue, 11 Jun 2019, YueHaibing wrote: > Fix sparse warning: > > security/commoncap.c:1347:27: warning: > symbol 'capability_hooks' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing > --- > security/commoncap.c | 2 +- > 1 file changed, 1

[PATCH -next] security: Make capability_hooks static

2019-06-11 Thread YueHaibing
Fix sparse warning: security/commoncap.c:1347:27: warning: symbol 'capability_hooks' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- security/commoncap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/commoncap.c