Skip to content

Commit

Permalink
net: rfkill: kernel-doc warning fixes
Browse files Browse the repository at this point in the history
s/state/blocked

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Fabian Frederick authored and linvjw committed Oct 8, 2014
1 parent c393d17 commit 2f29fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/rfkill/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ static atomic_t rfkill_input_disabled = ATOMIC_INIT(0);
/**
* __rfkill_switch_all - Toggle state of all switches of given type
* @type: type of interfaces to be affected
* @state: the new state
* @blocked: the new state
*
* This function sets the state of all switches of given type,
* unless a specific switch is claimed by userspace (in which case,
Expand All @@ -353,7 +353,7 @@ static void __rfkill_switch_all(const enum rfkill_type type, bool blocked)
/**
* rfkill_switch_all - Toggle state of all switches of given type
* @type: type of interfaces to be affected
* @state: the new state
* @blocked: the new state
*
* Acquires rfkill_global_mutex and calls __rfkill_switch_all(@type, @state).
* Please refer to __rfkill_switch_all() for details.
Expand Down

0 comments on commit 2f29fed

Please sign in to comment.