diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:38 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:38 -0400 |
commit | 2b81bff416c4413333b19af627e11fddc620bd84 (patch) | |
tree | fa003d1cac81e80f67b46ac3128873596f158ca5 /net | |
parent | db0c58f998eeb552fb47b82915005259a83613ae (diff) |
[NET] RFKILL: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/rfkill/rfkill-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-input.c b/net/rfkill/rfkill-input.c index 230e35c59786..9f746be58854 100644 --- a/net/rfkill/rfkill-input.c +++ b/net/rfkill/rfkill-input.c | |||
@@ -83,7 +83,7 @@ static DEFINE_RFKILL_TASK(rfkill_wlan, RFKILL_TYPE_WLAN); | |||
83 | static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH); | 83 | static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH); |
84 | 84 | ||
85 | static void rfkill_event(struct input_handle *handle, unsigned int type, | 85 | static void rfkill_event(struct input_handle *handle, unsigned int type, |
86 | unsigned int code, int down) | 86 | unsigned int code, int down) |
87 | { | 87 | { |
88 | if (type == EV_KEY && down == 1) { | 88 | if (type == EV_KEY && down == 1) { |
89 | switch (code) { | 89 | switch (code) { |