staging: vt6655: IEEE11h.h: Replace C99 // comment by /* */
authorVeronika Kabatova <veronicca114@gmail.com>
Sat, 25 Oct 2014 21:18:03 +0000 (23:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Oct 2014 08:11:14 +0000 (16:11 +0800)
Replace C99 "//" comment by "/* */"

Signed-off-by: Veronika Kabatova <veronicca114@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/IEEE11h.h

index 551922022b192e0bbe103b85c9ff33a3d50c133a..b3e318d7278fc7075fc49d1e3053986d9966bd18 100644 (file)
@@ -39,4 +39,4 @@ bool IEEE11hbMSRRepTx(
        void *pMgmtHandle
 );
 
-#endif // __IEEE11h_H__
+#endif /* __IEEE11h_H__ */
This page took 0.024681 seconds and 5 git commands to generate.