aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r--include/linux/rfkill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index f3d5812693d6..10202903141a 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -238,7 +238,7 @@ void rfkill_destroy(struct rfkill *rfkill);
238 * should be blocked) so that drivers need not keep track of the soft 238 * should be blocked) so that drivers need not keep track of the soft
239 * block state -- which they might not be able to. 239 * block state -- which they might not be able to.
240 */ 240 */
241bool __must_check rfkill_set_hw_state(struct rfkill *rfkill, bool blocked); 241bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked);
242 242
243/** 243/**
244 * rfkill_set_sw_state - Set the internal rfkill software block state 244 * rfkill_set_sw_state - Set the internal rfkill software block state