staging: vt6655: dpc.h: Replace C99 // comment by /* */
authorVeronika Kabatova <veronicca114@gmail.com>
Sat, 25 Oct 2014 20:44:25 +0000 (22:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Oct 2014 08:09:34 +0000 (16:09 +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/dpc.h

index a068b84..e97e328 100644 (file)
@@ -39,4 +39,4 @@ device_receive_frame(
        PSRxDesc pCurrRD
 );
 
-#endif // __RXTX_H__
+#endif /* __RXTX_H__ */