diff options
author | João Paulo Rechi Vita <jprvita@gmail.com> | 2016-02-22 11:36:33 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-02-24 09:13:10 +0100 |
commit | 1a1078901b72e5e8046579cc54250e4f167269d5 (patch) | |
tree | 3410f73938e6025be69c8fc58fa2582cc794aa55 /net | |
parent | 3ff707d66881d308ef71a0939aa7a92ae1290702 (diff) | |
download | linux-1a1078901b72e5e8046579cc54250e4f167269d5.tar.gz linux-1a1078901b72e5e8046579cc54250e4f167269d5.tar.bz2 linux-1a1078901b72e5e8046579cc54250e4f167269d5.zip |
rfkill: Remove extra blank line
Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/rfkill/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rfkill/core.c b/net/rfkill/core.c index 8f6906eb08f3..f843eeeac46d 100644 --- a/net/rfkill/core.c +++ b/net/rfkill/core.c @@ -455,7 +455,6 @@ bool rfkill_get_global_sw_state(const enum rfkill_type type) } #endif - bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) { unsigned long flags; |