mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user