Commit 735ae539 authored by Severin Gsponer's avatar Severin Gsponer Committed by Greg Kroah-Hartman

Staging: bcm: fix checkpatch errors and warnings in Version.h

This patch change the comment style to C89 and removes a unnecessary line.
Signed-off-by: default avatarSeverin Gsponer <svgsponer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4476d54
/*Copyright (c) 2005 Beceem Communications Inc. /*Copyright (c) 2005 Beceem Communications Inc.
Module Name: Module Name:
...@@ -17,7 +16,6 @@ Module Name: ...@@ -17,7 +16,6 @@ Module Name:
#define VER_FILETYPE VFT_DRV #define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_NETWORK #define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEVERSION 5.2.45 #define VER_FILEVERSION 5.2.45
#define VER_FILEVERSION_STR "5.2.45" #define VER_FILEVERSION_STR "5.2.45"
...@@ -28,8 +26,4 @@ Module Name: ...@@ -28,8 +26,4 @@ Module Name:
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
#endif /* VERSION_H */
//#include "common.ver"
#endif //VERSION_H
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment