Skip to content

Commit d0d549d

Browse files
committed
reglib: properly ident code on reglib_is_valid_rd()
Just a missing tab. No functional changes. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
1 parent 067d961 commit d0d549d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reglib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ int reglib_is_valid_rd(const struct ieee80211_regdomain *rd)
443443
for (i = 0; i < rd->n_reg_rules; i++) {
444444
reg_rule = &rd->reg_rules[i];
445445
if (!is_valid_reg_rule(reg_rule))
446-
return 0;
446+
return 0;
447447
}
448448
return 1;
449449
}

0 commit comments

Comments
 (0)