Commit f3512d5f authored by Esra Altintas's avatar Esra Altintas Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Fixed C99 // comment errors in wpa.h



The following patch fixes the checkpatch.pl warning:
ERROR: do not use C99 // comments

Signed-off-by: default avatarEsra Altintas <es.altintas@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 25ef419d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,4 +80,4 @@ WPAb_Is_RSN(
	PWLAN_IE_RSN_EXT pRSN
);

#endif // __WPA_H__
#endif /* __WPA_H__ */