We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2e6b7 commit 3ff707dCopy full SHA for 3ff707d
net/rfkill/core.c
@@ -282,8 +282,8 @@ static void rfkill_set_block(struct rfkill *rfkill, bool blocked)
282
spin_lock_irqsave(&rfkill->lock, flags);
283
if (err) {
284
/*
285
- * Failed -- reset status to _prev, this may be different
286
- * from what set set _PREV to earlier in this function
+ * Failed -- reset status to _PREV, which may be different
+ * from what we have set _PREV to earlier in this function
287
* if rfkill_set_sw_state was invoked.
288
*/
289
if (rfkill->state & RFKILL_BLOCK_SW_PREV)
0 commit comments