mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
apparmor: make debug_values_table static
The debug_values_table is only referenced from lib.c so it should be static. Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -30,7 +30,7 @@ struct val_table_ent {
|
||||
int value;
|
||||
};
|
||||
|
||||
struct val_table_ent debug_values_table[] = {
|
||||
static struct val_table_ent debug_values_table[] = {
|
||||
{ "N", DEBUG_NONE },
|
||||
{ "none", DEBUG_NONE },
|
||||
{ "n", DEBUG_NONE },
|
||||
|
||||
Reference in New Issue
Block a user