Loading security/apparmor/lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 }, Loading Loading
security/apparmor/lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 }, Loading