staging: vt6655: Fix do not use // c99 comments.
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Mon, 6 Oct 2014 10:23:35 +0000 (13:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:15 +0000 (10:29 +0800)
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>
drivers/staging/vt6655/datarate.h

index 0509c4f..d55b074 100644 (file)
@@ -75,4 +75,4 @@ DATARATEbyGetRateIdx(
        unsigned char byRate
 );
 
-#endif //__DATARATE_H__
+#endif /* __DATARATE_H__ */