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

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

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Melike Yurtoglu 2014-10-06 13:23:35 +03:00 committed by Greg Kroah-Hartman
parent 99fdb36ec3
commit d84e63378b

View file

@ -75,4 +75,4 @@ DATARATEbyGetRateIdx(
unsigned char byRate
);
#endif //__DATARATE_H__
#endif /* __DATARATE_H__ */