X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Frfkill%2Fcore.c;h=fa7cd792791cbbd5234de865a53330daedb834db;hb=5e40d331bd72447197f26525f21711c4a265b6a6;hp=b3b16c070a7fae95c6bc5a5bdd087ce436476c5a;hpb=5166701b368caea89d57b14bf41cf39e819dad51;p=karo-tx-linux.git diff --git a/net/rfkill/core.c b/net/rfkill/core.c index b3b16c070a7f..fa7cd792791c 100644 --- a/net/rfkill/core.c +++ b/net/rfkill/core.c @@ -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, @@ -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.