Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

matt mooney and committed by
Greg Kroah-Hartman
e968542c f996bd10

+4 -4
+4 -4
drivers/staging/vt6655/power.h
··· 29 29 #ifndef __POWER_H__ 30 30 #define __POWER_H__ 31 31 32 - #define C_PWBT 1000 // micro sec. power up before TBTT 33 - #define PS_FAST_INTERVAL 1 // Fast power saving listen interval 34 - #define PS_MAX_INTERVAL 4 // MAX power saving listen interval 32 + #define C_PWBT 1000 /* micro sec. power up before TBTT */ 33 + #define PS_FAST_INTERVAL 1 /* Fast power saving listen interval */ 34 + #define PS_MAX_INTERVAL 4 /* MAX power saving listen interval */ 35 35 36 36 void 37 37 PSvDisablePowerSaving( ··· 50 50 void *hDeviceContext 51 51 ); 52 52 53 - #endif //__POWER_H__ 53 + #endif /* __POWER_H__ */