Commit 2c392daf authored by Kurt Kanzenbach's avatar Kurt Kanzenbach Committed by Greg Kroah-Hartman

staging: keucr: Removed trailing whitespaces

Fixed a coding style issue. Removed trailing
whitespaces in code.
Signed-off-by: default avatarKurt Kanzenbach <shifty91@gmail.com>
Acked-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 531c3361
......@@ -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 @@ static int usb_stor_control_thread(void * __us)
}
__set_current_state(TASK_RUNNING);
return 0;
}
}
static int associate_dev(struct us_data *us, struct usb_interface *intf)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment