From 789783b25689d7cd4458df0c2fc26dcbcdb8a05a Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Mon, 28 Feb 2022 15:21:24 +0800 Subject: delete comma --- class/video/usb_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'class') diff --git a/class/video/usb_video.h b/class/video/usb_video.h index a7f4669a..917149f8 100644 --- a/class/video/usb_video.h +++ b/class/video/usb_video.h @@ -1135,7 +1135,7 @@ struct video_autoexposure_mode { 0x00, /* bTriggerSupport : Hardware trigger supported for still image capture */ \ 0x00, /* bTriggerUsage : Hardware trigger should initiate a still image capture. */ \ 0x01, /* bControlSize : Size of the bmaControls field */ \ - 0x00, /* bmaControls : No VideoStreaming specific controls are supported.*/ + 0x00 /* bmaControls : No VideoStreaming specific controls are supported.*/ #define VIDEO_VS_FORMAT_UNCOMPRESSED_DESCRIPTOR_INIT(bFormatIndex, bNumFrameDescriptors, GUIDFormat) \ /*Payload Format(UNCOMPRESSED) Descriptor */ \ -- cgit v1.3.1