From b6feff94944bb763b02c2cb78fd5e75e7ca7e077 Mon Sep 17 00:00:00 2001 From: "Mauro (mdrjr) Ribeiro" Date: Wed, 4 May 2022 14:48:31 -0300 Subject: [PATCH] security/apparmor: fix declaration --- security/apparmor/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c index 9cf9170b4976..3cdf2998f2a9 100644 --- a/security/apparmor/mount.c +++ b/security/apparmor/mount.c @@ -233,7 +233,7 @@ static struct file_perms compute_mnt_perms(struct aa_dfa *dfa, return perms; } -static const char const *mnt_info_table[] = { +static const char *mnt_info_table[] = { "match succeeded", "failed mntpnt match", "failed srcname match",