summaryrefslogtreecommitdiff
path: root/net/rfkill
diff options
context:
space:
mode:
authorRichard Guy Briggs <rgb@redhat.com>2018-07-23 15:41:38 -0400
committerJohannes Berg <johannes.berg@intel.com>2018-08-28 11:15:27 +0200
commitf404c3ecc401b3617c454c06a3d36a43a01f1aaf (patch)
treeeb57c2c7ea339e3d0a1c76d8a081c74e133a8a77 /net/rfkill
parent050cdc6c9501abcd64720b8cc3e7941efee9547d (diff)
rfkill: fix spelling mistake contidion to condition
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>
Diffstat (limited to 'net/rfkill')
-rw-r--r--net/rfkill/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rfkill/core.c b/net/rfkill/core.c
index 1355f5ca8d22..abca57040f37 100644
--- a/net/rfkill/core.c
+++ b/net/rfkill/core.c
@@ -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.