aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/device_cfg.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-01-31 15:57:19 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-03 17:32:26 -0800
commitd3e2395154499a846b3210b45b046e9f0d3a5044 (patch)
tree815c036662595d2797626d40a992c1273e753039 /drivers/staging/vt6656/device_cfg.h
parent84cf5fcbb581fc8d8f5a0469511c53bd765029d8 (diff)
staging: vt6656: fixed C99 // comments in two headers
Cleared 'do not use C99 // comments' checkpatch error in device.h and device_cfg.h Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/device_cfg.h')
-rw-r--r--drivers/staging/vt6656/device_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/device_cfg.h b/drivers/staging/vt6656/device_cfg.h
index a0b82169dad..98600d697ee 100644
--- a/drivers/staging/vt6656/device_cfg.h
+++ b/drivers/staging/vt6656/device_cfg.h
@@ -67,14 +67,14 @@ struct _version {
#define DEVICE_VERSION "1.19_12"
#endif
-//config file
+/* config file */
#include <linux/fs.h>
#include <linux/fcntl.h>
#ifndef CONFIG_PATH
#define CONFIG_PATH "/etc/vntconfiguration.dat"
#endif
-//Max: 2378=2312Payload + 30HD +4CRC + 2Padding + 4Len + 8TSF + 4RSR
+/* Max: 2378 = 2312 Payload + 30HD + 4CRC + 2Padding + 4Len + 8TSF + 4RSR */
#define PKT_BUF_SZ 2390
#define MAX_UINTS 8