Commit 474f0f89 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:power: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a51ff905
This diff is collapsed.
......@@ -50,35 +50,35 @@
bool
PSbConsiderPowerDown(
void *hDeviceContext,
bool bCheckRxDMA,
bool bCheckCountToWakeUp
);
void *hDeviceContext,
bool bCheckRxDMA,
bool bCheckCountToWakeUp
);
void
PSvDisablePowerSaving(
void *hDeviceContext
);
void *hDeviceContext
);
void
PSvEnablePowerSaving(
void *hDeviceContext,
unsigned short wListenInterval
);
void *hDeviceContext,
unsigned short wListenInterval
);
void
PSvSendPSPOLL(
void *hDeviceContext
);
void *hDeviceContext
);
bool
PSbSendNullPacket(
void *hDeviceContext
);
void *hDeviceContext
);
bool
PSbIsNextTBTTWakeUp(
void *hDeviceContext
);
void *hDeviceContext
);
#endif //__POWER_H__
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