1
0
Fork 0

staging: keucr: Removed trailing whitespaces

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>
hifive-unleashed-5.1
Kurt Kanzenbach 2012-11-30 12:18:18 +01:00 committed by Greg Kroah-Hartman
parent 531c336103
commit 2c392dafa5
1 changed files with 2 additions and 2 deletions

View 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)
{