From: YOSHIFUJI Hideaki Date: Thu, 19 Jul 2007 01:44:38 +0000 (+0900) Subject: [NET] RFKILL: Fix whitespace errors. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b81bff416c4413333b19af627e11fddc620bd84;p=linux-beck.git [NET] RFKILL: Fix whitespace errors. Signed-off-by: YOSHIFUJI Hideaki --- 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); 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) {