浏览代码

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 年之前
父节点
当前提交
3aaa06e1cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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_set_hostapd(struct vnt_private *, int val, int rtnl_locked);
 int vt6655_hostap_ioctl(struct vnt_private *, struct iw_point *p);
 int vt6655_hostap_ioctl(struct vnt_private *, struct iw_point *p);
 
 
-#endif // __HOSTAP_H__
+#endif /*  __HOSTAP_H__ */