Skip to content

Commit

Permalink
[NET] RFKILL: Fix whitespace errors.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
  • Loading branch information
yoshfuji committed Jul 19, 2007
1 parent db0c58f commit 2b81bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rfkill/rfkill-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2b81bff

Please sign in to comment.