entry->rule.mask));
        }
 
-       switch(audit_classify_arch(arch->val)) {
+       switch (audit_classify_arch(arch->val)) {
        case 0: /* native */
                return (audit_match_class_bits(AUDIT_CLASS_SIGNAL,
                                               entry->rule.mask));
 
        err = -EINVAL;
        listnr = rule->flags & ~AUDIT_FILTER_PREPEND;
-       switch(listnr) {
+       switch (listnr) {
        default:
                goto exit_err;
 #ifdef CONFIG_AUDITSYSCALL
 
        switch (entry->rule.listnr) {
        case AUDIT_FILTER_FS:
-               switch(f->type) {
+               switch (f->type) {
                case AUDIT_FSTYPE:
                case AUDIT_FILTERKEY:
                        break;
 
                data->fields[i] = f->type;
                data->fieldflags[i] = audit_ops[f->op];
-               switch(f->type) {
+               switch (f->type) {
                case AUDIT_SUBJ_USER:
                case AUDIT_SUBJ_ROLE:
                case AUDIT_SUBJ_TYPE:
                    a->fields[i].op != b->fields[i].op)
                        return 1;
 
-               switch(a->fields[i].type) {
+               switch (a->fields[i].type) {
                case AUDIT_SUBJ_USER:
                case AUDIT_SUBJ_ROLE:
                case AUDIT_SUBJ_TYPE:
        int dont_count = 0;
 
        /* If any of these, don't count towards total */
-       switch(entry->rule.listnr) {
+       switch (entry->rule.listnr) {
        case AUDIT_FILTER_USER:
        case AUDIT_FILTER_EXCLUDE:
        case AUDIT_FILTER_FS:
        int dont_count = 0;
 
        /* If any of these, don't count towards total */
-       switch(entry->rule.listnr) {
+       switch (entry->rule.listnr) {
        case AUDIT_FILTER_USER:
        case AUDIT_FILTER_EXCLUDE:
        case AUDIT_FILTER_FS:
 
        /* This is a blocking read, so use audit_filter_mutex instead of rcu
         * iterator to sync with list writers. */
-       for (i=0; i<AUDIT_NR_FILTERS; i++) {
+       for (i = 0; i < AUDIT_NR_FILTERS; i++) {
                list_for_each_entry(r, &audit_rules_list[i], list) {
                        struct audit_rule_data *data;