]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: bcm: fix checkpatch errors and warnings in Version.h
authorSeverin Gsponer <svgsponer@gmail.com>
Tue, 21 May 2013 23:46:02 +0000 (01:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 May 2013 02:59:50 +0000 (19:59 -0700)
This patch change the comment style to C89 and removes a unnecessary line.

Signed-off-by: Severin Gsponer <svgsponer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Version.h

index a07b956b9ff58fdbe21a1ff6cdc9480837d5ed7b..f1cb9de734a6a939f46c8de93c36bc7d764a1ca7 100644 (file)
@@ -1,4 +1,3 @@
-
 /*Copyright (c) 2005 Beceem Communications Inc.
 
 Module Name:
@@ -17,7 +16,6 @@ Abstract:
 #define VER_FILETYPE                VFT_DRV
 #define VER_FILESUBTYPE             VFT2_DRV_NETWORK
 
-
 #define VER_FILEVERSION             5.2.45
 #define VER_FILEVERSION_STR         "5.2.45"
 
@@ -28,8 +26,4 @@ Abstract:
 #define VER_PRODUCTVERSION_STR      VER_FILEVERSION_STR
 
 
-
-
-//#include "common.ver"
-
-#endif         //VERSION_H
+#endif /* VERSION_H */