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",