Commit fce7f393 authored by Lior Pugatch's avatar Lior Pugatch Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Fixed C99 style comment to C89 style.



Patch created to satisfy checkpatch.pl

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