Browse Source

staging: vt6655: IEEE11h.h: Replace C99 // comment by /* */

Replace C99 "//" comment by "/* */"

Signed-off-by: Veronika Kabatova <veronicca114@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Veronika Kabatova 11 years ago
parent
commit
d8e340de7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6655/IEEE11h.h

+ 1 - 1
drivers/staging/vt6655/IEEE11h.h

@@ -39,4 +39,4 @@ bool IEEE11hbMSRRepTx(
 	void *pMgmtHandle
 );
 
-#endif // __IEEE11h_H__
+#endif /* __IEEE11h_H__ */