[PATCH 2/5] staging: bcm: fix checkpatch.pl errors and warnings in Version.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.sh@xxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux