mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
[NET] RFKILL: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:
parent
db0c58f998
commit
2b81bff416
@ -83,7 +83,7 @@ static DEFINE_RFKILL_TASK(rfkill_wlan, RFKILL_TYPE_WLAN);
|
|||||||
static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH);
|
static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH);
|
||||||
|
|
||||||
static void rfkill_event(struct input_handle *handle, unsigned int type,
|
static void rfkill_event(struct input_handle *handle, unsigned int type,
|
||||||
unsigned int code, int down)
|
unsigned int code, int down)
|
||||||
{
|
{
|
||||||
if (type == EV_KEY && down == 1) {
|
if (type == EV_KEY && down == 1) {
|
||||||
switch (code) {
|
switch (code) {
|
||||||
|
Loading…
Reference in New Issue
Block a user