projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0c58f
)
[NET] RFKILL: Fix whitespace errors.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:38 +0000
(10:44 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Thu, 19 Jul 2007 01:44:38 +0000
(10:44 +0900)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/rfkill/rfkill-input.c
patch
|
blob
|
history
diff --git
a/net/rfkill/rfkill-input.c
b/net/rfkill/rfkill-input.c
index 230e35c5978627c351c34b92af08d494a5f02b75..9f746be588543813b8e9e686ffef3979b6ddb046 100644
(file)
--- 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);
static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH);
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) {
switch (code) {