staging: vt6655: ioctl.h: Replace C99 // comment by /* */
authorVeronika Kabatova <veronicca114@gmail.com>
Sat, 25 Oct 2014 21:19:40 +0000 (23:19 +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/ioctl.h

index 2dc5a5743e8d86e0964d32ec760dd21e83b1a65b..1b5d19495fadc19d9a4c214380892560b460679a 100644 (file)
@@ -33,4 +33,4 @@
 
 int private_ioctl(struct vnt_private *, struct ifreq *rq);
 
-#endif // __IOCTL_H__
+#endif /* __IOCTL_H__ */
This page took 0.025635 seconds and 5 git commands to generate.