staging: keucr: Removed trailing whitespaces
authorKurt Kanzenbach <shifty91@gmail.com>
Fri, 30 Nov 2012 11:18:18 +0000 (12:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 20:59:25 +0000 (12:59 -0800)
Fixed a coding style issue. Removed trailing
whitespaces in code.

Signed-off-by: Kurt Kanzenbach <shifty91@gmail.com>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/keucr/usb.c

index 3fea642..71a505f 100644 (file)
@@ -66,7 +66,7 @@ static int eucr_resume(struct usb_interface *iface)
        us->Power_IsResum = true;
 
        us->SM_Status = *(PSM_STATUS)&tmp;
-       
+
        return 0;
 }
 
@@ -256,7 +256,7 @@ SkipForAbort:
        }
        __set_current_state(TASK_RUNNING);
        return 0;
-}      
+}
 
 static int associate_dev(struct us_data *us, struct usb_interface *intf)
 {