This patch fixes the errors and warnings of Version.h

This removes the bracket that is not required in the macro as suggested by Dan 

Signed-off-by: Pradheep Shrinivasan  <pradheep...@gmail.com>
---
 drivers/staging/bcm/Version.h |   34 +++++++++++-----------------------
 1 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/drivers/staging/bcm/Version.h b/drivers/staging/bcm/Version.h
index a07b956..7ac5fc8 100644
--- a/drivers/staging/bcm/Version.h
+++ b/drivers/staging/bcm/Version.h
@@ -1,35 +1,23 @@
 
 /*Copyright (c) 2005 Beceem Communications Inc.
-
-Module Name:
-
-  Version.h
-
-Abstract:
-
-
---*/
+       Module Name: Version.h
+       Abstract:
+*/
 
 #ifndef VERSION_H
 #define VERSION_H
 
+#define VER_FILETYPE                   VFT_DRV
+#define VER_FILESUBTYPE                        VFT2_DRV_NETWORK
 
-#define VER_FILETYPE                VFT_DRV
-#define VER_FILESUBTYPE             VFT2_DRV_NETWORK
-
-
-#define VER_FILEVERSION             5.2.45
-#define VER_FILEVERSION_STR         "5.2.45"
+#define VER_FILEVERSION                5.2.45
+#define VER_FILEVERSION_STR            "5.2.45"
 
 #undef VER_PRODUCTVERSION
-#define VER_PRODUCTVERSION          VER_FILEVERSION
+#define VER_PRODUCTVERSION             VER_FILEVERSION
 
 #undef VER_PRODUCTVERSION_STR
-#define VER_PRODUCTVERSION_STR      VER_FILEVERSION_STR
-
-
-
-
-//#include "common.ver"
+#define VER_PRODUCTVERSION_STR         VER_FILEVERSION_STR
 
-#endif         //VERSION_H
+/* #include "common.ver" */
+#endif /* VERSION_H */
-- 
1.7.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to