Эх сурвалжийг харах

video: driver: remove restricted keyword

Remove restricted keyword from comments.

Change-Id: Idf7cc0925730f05ba0db371e0fe3dda312a85b79
Signed-off-by: Dikshita Agarwal <[email protected]>
Dikshita Agarwal 2 жил өмнө
parent
commit
d861f5047c

+ 2 - 2
driver/platform/kalama/src/kalama.c

@@ -39,11 +39,11 @@
 #define MAXIMUM_OVERRIDE_VP9_FPS 180
 
 #ifndef V4L2_PIX_FMT_QC08C
-#define V4L2_PIX_FMT_QC08C    v4l2_fourcc('Q', '0', '8', 'C') /* Qualcomm 8-bit compressed */
+#define V4L2_PIX_FMT_QC08C    v4l2_fourcc('Q', '0', '8', 'C')
 #endif
 
 #ifndef V4L2_PIX_FMT_QC10C
-#define V4L2_PIX_FMT_QC10C    v4l2_fourcc('Q', '1', '0', 'C') /* Qualcomm 10-bit compressed */
+#define V4L2_PIX_FMT_QC10C    v4l2_fourcc('Q', '1', '0', 'C')
 #endif
 
 static struct codec_info codec_data_kalama[] = {