Browse Source

staging: vt6655: fix do not use // c99 comments.

This patch fixes "do not use // C99 comments" checkpatch.pl errors in
hostap.h

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Melike Yurtoglu 11 years ago
parent
commit
3aaa06e1cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6655/hostap.h

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

@@ -55,4 +55,4 @@
 int vt6655_hostap_set_hostapd(struct vnt_private *, int val, int rtnl_locked);
 int vt6655_hostap_ioctl(struct vnt_private *, struct iw_point *p);
 
-#endif // __HOSTAP_H__
+#endif /*  __HOSTAP_H__ */