From: Melike Yurtoglu Date: Mon, 6 Oct 2014 20:26:50 +0000 (+0300) Subject: staging: vt6655: fix do not use // c99 comments. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3aaa06e1cbfcd8d24be2f369b414242c29776eb2;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/hostap.h b/drivers/staging/vt6655/hostap.h index 17df4e403fcf..fc5f9ed4674b 100644 --- a/drivers/staging/vt6655/hostap.h +++ b/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__ */