Commit e968542c authored by matt mooney's avatar matt mooney Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: fix c99 comments and line length



Change comment style and remove extra spaces before macro names to
avoid exceeding 80 characters.

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f996bd10
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@
#ifndef __POWER_H__
#define __POWER_H__

#define     C_PWBT                   1000      // micro sec. power up before TBTT
#define     PS_FAST_INTERVAL         1         // Fast power saving listen interval
#define     PS_MAX_INTERVAL          4         // MAX power saving listen interval
#define C_PWBT                   1000    /* micro sec. power up before TBTT */
#define PS_FAST_INTERVAL         1       /* Fast power saving listen interval */
#define PS_MAX_INTERVAL          4       /* MAX power saving listen interval */

void
PSvDisablePowerSaving(
@@ -50,4 +50,4 @@ PSbIsNextTBTTWakeUp(
	void *hDeviceContext
);

#endif //__POWER_H__
#endif /* __POWER_H__ */