summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>2014-10-06 23:26:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-20 10:29:15 +0800
commit3aaa06e1cbfcd8d24be2f369b414242c29776eb2 (patch)
tree50c80095c90187239453eb070c1412ee24dd1b80
parentb7f0790d73f189ef1584656644ca53663fa96c22 (diff)
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>
-rw-r--r--drivers/staging/vt6655/hostap.h2
1 files changed, 1 insertions, 1 deletions
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__ */