Skip to content

Commit

Permalink
Staging: bcm: fix checkpatch errors and warnings in Version.h
Browse files Browse the repository at this point in the history
This patch change the comment style to C89 and removes a unnecessary line.

Signed-off-by: Severin Gsponer <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
svgsponer authored and gregkh committed May 22, 2013
1 parent e4476d5 commit 735ae53
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions drivers/staging/bcm/Version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*Copyright (c) 2005 Beceem Communications Inc.
Module Name:
Expand All @@ -17,7 +16,6 @@ Module Name:
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_NETWORK


#define VER_FILEVERSION 5.2.45
#define VER_FILEVERSION_STR "5.2.45"

Expand All @@ -28,8 +26,4 @@ Module Name:
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR




//#include "common.ver"

#endif //VERSION_H
#endif /* VERSION_H */

0 comments on commit 735ae53

Please sign in to comment.