Skip to content

Commit 3ff707d

Browse files
jprvitajmberg-intel
authored andcommitted
rfkill: Improve documentation language
Signed-off-by: João Paulo Rechi Vita <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent fb2e6b7 commit 3ff707d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/rfkill/core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ static void rfkill_set_block(struct rfkill *rfkill, bool blocked)
282282
spin_lock_irqsave(&rfkill->lock, flags);
283283
if (err) {
284284
/*
285-
* Failed -- reset status to _prev, this may be different
286-
* from what set set _PREV to earlier in this function
285+
* Failed -- reset status to _PREV, which may be different
286+
* from what we have set _PREV to earlier in this function
287287
* if rfkill_set_sw_state was invoked.
288288
*/
289289
if (rfkill->state & RFKILL_BLOCK_SW_PREV)

0 commit comments

Comments
 (0)