Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d84e6337 authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Fix do not use // c99 comments.



This patch fixes "do not use // C99 comments" errors in datarate.h

Signed-off-by: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99fdb36e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,4 +75,4 @@ DATARATEbyGetRateIdx(
	unsigned char byRate
);

#endif //__DATARATE_H__
#endif /* __DATARATE_H__ */