aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/power.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2015-06-15 20:38:22 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-15 21:50:22 -0700
commite968542ced9a3272a53e68c4da85558a4636bdc6 (patch)
treeeaf75c23145745eeccba22963308fdd94b3aba76 /drivers/staging/vt6655/power.h
parentstaging: rtl8188eu: don't define OnAuth() in non-AP mode (diff)
downloadlinux-dev-e968542ced9a3272a53e68c4da85558a4636bdc6.tar.xz
linux-dev-e968542ced9a3272a53e68c4da85558a4636bdc6.zip
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>
Diffstat (limited to 'drivers/staging/vt6655/power.h')
-rw-r--r--drivers/staging/vt6655/power.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/power.h
index 1083341b2a47..538e68507bb0 100644
--- a/drivers/staging/vt6655/power.h
+++ b/drivers/staging/vt6655/power.h
@@ -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__ */