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 @@ ...@@ -50,35 +50,35 @@
bool bool
PSbConsiderPowerDown( PSbConsiderPowerDown(
void *hDeviceContext, void *hDeviceContext,
bool bCheckRxDMA, bool bCheckRxDMA,
bool bCheckCountToWakeUp bool bCheckCountToWakeUp
); );
void void
PSvDisablePowerSaving( PSvDisablePowerSaving(
void *hDeviceContext void *hDeviceContext
); );
void void
PSvEnablePowerSaving( PSvEnablePowerSaving(
void *hDeviceContext, void *hDeviceContext,
unsigned short wListenInterval unsigned short wListenInterval
); );
void void
PSvSendPSPOLL( PSvSendPSPOLL(
void *hDeviceContext void *hDeviceContext
); );
bool bool
PSbSendNullPacket( PSbSendNullPacket(
void *hDeviceContext void *hDeviceContext
); );
bool bool
PSbIsNextTBTTWakeUp( PSbIsNextTBTTWakeUp(
void *hDeviceContext void *hDeviceContext
); );
#endif //__POWER_H__ #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