Skip to content

Commit

Permalink
staging: vt6655: fix c99 comments and line length
Browse files Browse the repository at this point in the history
Change comment style and remove extra spaces before macro names to
avoid exceeding 80 characters.

Signed-off-by: matt mooney <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
mfmooney authored and gregkh committed Jun 16, 2015
1 parent f996bd1 commit e968542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/vt6655/power.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -50,4 +50,4 @@ PSbIsNextTBTTWakeUp(
void *hDeviceContext
);

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

0 comments on commit e968542

Please sign in to comment.