Browse Source

staging: vt6655: ioctl.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
bd2ac90116
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6655/ioctl.h

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

@@ -33,4 +33,4 @@
 
 int private_ioctl(struct vnt_private *, struct ifreq *rq);
 
-#endif // __IOCTL_H__
+#endif /* __IOCTL_H__ */