staging:vt6655:dpc: Whitespace cleanups
Neatening only. git diff -w shows no differences. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
915006cddc
commit
22c5291e70
File diff suppressed because it is too large
Load Diff
|
@ -42,10 +42,10 @@
|
|||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
bool
|
||||
device_receive_frame (
|
||||
PSDevice pDevice,
|
||||
PSRxDesc pCurrRD
|
||||
);
|
||||
device_receive_frame(
|
||||
PSDevice pDevice,
|
||||
PSRxDesc pCurrRD
|
||||
);
|
||||
|
||||
void MngWorkItem(void *Context);
|
||||
|
||||
|
|
Loading…
Reference in New Issue