rfkill: fix spelling mistake contidion to condition
authorRichard Guy Briggs <rgb@redhat.com>
Mon, 23 Jul 2018 19:41:38 +0000 (15:41 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 28 Aug 2018 09:15:27 +0000 (11:15 +0200)
This came about while trying to determine if there would be any pattern
match on contid, a new audit container identifier internal variable.
This was the only one.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/core.c

index 1355f5ca8d2273e992f57c8a6e7c811c53072b2e..abca57040f37c07a842a3888e6cab4f991fd3f47 100644 (file)
@@ -510,8 +510,8 @@ void rfkill_remove_epo_lock(void)
 /**
  * rfkill_is_epo_lock_active - returns true EPO is active
  *
- * Returns 0 (false) if there is NOT an active EPO contidion,
- * and 1 (true) if there is an active EPO contition, which
+ * Returns 0 (false) if there is NOT an active EPO condition,
+ * and 1 (true) if there is an active EPO condition, which
  * locks all radios in one of the BLOCKED states.
  *
  * Can be called in atomic context.