mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: Fixed C99 style comment to C89 style.
Patch created to satisfy checkpatch.pl Signed-off-by: Lior Pugatch <buzz5800@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c9a47627f7
commit
fce7f39356
|
@ -197,4 +197,4 @@ int vnt_beacon_make(struct vnt_private *, struct ieee80211_vif *);
|
|||
int vnt_beacon_enable(struct vnt_private *, struct ieee80211_vif *,
|
||||
struct ieee80211_bss_conf *);
|
||||
|
||||
#endif // __RXTX_H__
|
||||
#endif /* __RXTX_H__ */
|
||||
|
|
Loading…
Reference in New Issue