linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
* [PATCH] audit: make symbol 'audit_nfcfgs' static
@ 2020-04-29  9:26 Zheng Bin
  2020-05-01 16:25 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Bin @ 2020-04-29  9:26 UTC (permalink / raw)
  To: paul, eparis, linux-audit; +Cc: zhengbin13

Fix sparse warnings:

kernel/auditsc.c:138:32: warning: symbol 'audit_nfcfgs' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
---
 kernel/auditsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index d281c18d1771..cfe3486e5f31 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -135,7 +135,7 @@ struct audit_nfcfgop_tab {
 	const char		*s;
 };

-const struct audit_nfcfgop_tab audit_nfcfgs[] = {
+static const struct audit_nfcfgop_tab audit_nfcfgs[] = {
 	{ AUDIT_XT_OP_REGISTER,		"register"	},
 	{ AUDIT_XT_OP_REPLACE,		"replace"	},
 	{ AUDIT_XT_OP_UNREGISTER,	"unregister"	},
--
2.26.0.106.g9fadedd


--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] audit: make symbol 'audit_nfcfgs' static
  2020-04-29  9:26 [PATCH] audit: make symbol 'audit_nfcfgs' static Zheng Bin
@ 2020-05-01 16:25 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2020-05-01 16:25 UTC (permalink / raw)
  To: Zheng Bin; +Cc: linux-audit

On Wed, Apr 29, 2020 at 5:19 AM Zheng Bin <zhengbin13@huawei.com> wrote:
>
> Fix sparse warnings:
>
> kernel/auditsc.c:138:32: warning: symbol 'audit_nfcfgs' was not declared. Should it be static?
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
> ---
>  kernel/auditsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged into audit/next, thank you.

-- 
paul moore
www.paul-moore.com


--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-01 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  9:26 [PATCH] audit: make symbol 'audit_nfcfgs' static Zheng Bin
2020-05-01 16:25 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).