From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/ivtv.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'include/arch/x86_64/linux/ivtv.h') diff --git a/include/arch/x86_64/linux/ivtv.h b/include/arch/x86_64/linux/ivtv.h index f2d0abf8..62740bb7 100644 --- a/include/arch/x86_64/linux/ivtv.h +++ b/include/arch/x86_64/linux/ivtv.h @@ -49,18 +49,17 @@ struct ivtv_dma_frame { enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */ __u32 pixelformat; /* 0 == same as destination */ - void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, - then just switch to user DMA YUV output mode - */ - void *uv_source; /* Unused for RGB pixelformats */ + void *y_source; /* if NULL and type == V4L2_BUF_TYPE_VIDEO_OUTPUT, + then just switch to user DMA YUV output mode + */ + void *uv_source; /* Unused for RGB pixelformats */ struct v4l2_rect src; struct v4l2_rect dst; __u32 src_width; __u32 src_height; }; -#define IVTV_IOC_DMA_FRAME \ - _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtv_dma_frame) +#define IVTV_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtv_dma_frame) /* Select the passthrough mode (if the argument is non-zero). In the passthrough mode the output of the encoder is passed immediately into the decoder. */ -- cgit v1.2.3