Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aaa06e1 authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

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: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b7f0790d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__ */