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>
This commit is contained in:
Melike Yurtoglu 2014-10-06 23:26:50 +03:00 committed by Greg Kroah-Hartman
parent b7f0790d73
commit 3aaa06e1cb

View file

@ -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__ */