Skip to content

Commit

Permalink
staging: bcm: Typedefs.h Fix do not use // c99 comments.
Browse files Browse the repository at this point in the history
This patch fixes "do not use // C99 comments"
errors in Typedefs.h

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
  • Loading branch information
Aybuke Ozdemir authored and Peter P Waskiewicz Jr committed Mar 17, 2014
1 parent 64052b7 commit 54585e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/Typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ typedef unsigned int UINT32;
#endif


#endif //__TYPEDEFS_H__
#endif /* __TYPEDEFS_H__ */

0 comments on commit 54585e5

Please sign in to comment.