Dear Nicolas Dufresne: Thanks for your patches! Unfortunately the Media CI robot detected some issues:
# Test checkpatch:./0002-media-v4l2-Add-NV15-and-NV20-pixel-formats.patch checkpatch WARNING: line length of 192 exceeds 100 columns #200: FILE: drivers/media/v4l2-core/v4l2-common.c:280: +{ .format = V4L2_PIX_FMT_NV15, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes = 2, .bpp = { 5, 10, 0, 0 }, .bpp_div = { 4, 4, 1, 1 }, .hdiv = 2, .vdiv = 2 }, WARNING: line length of 192 exceeds 100 columns #203: FILE: drivers/media/v4l2-core/v4l2-common.c:283: +{ .format = V4L2_PIX_FMT_NV20, .pixel_enc = V4L2_PIXEL_ENC_YUV, .mem_planes = 1, .comp_planes = 2, .bpp = { 5, 10, 0, 0 }, .bpp_div = { 4, 4, 1, 1 }, .hdiv = 2, .vdiv = 1 }, ERROR: trailing statements should be on next line #215: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1366: +case V4L2_PIX_FMT_NV15:descr = "10-bit Y/UV 4:2:0 (Packed)"; break; ERROR: trailing statements should be on next line #218: FILE: drivers/media/v4l2-core/v4l2-ioctl.c:1369: +case V4L2_PIX_FMT_NV20:descr = "10-bit Y/UV 4:2:2 (Packed)"; break; total: 2 errors, 2 warnings, 0 checks, 182 lines checked Please fix your series, and upload a new version. If you have a patchwork account, do not forget to mark the current series as Superseded. For more details, check the full report at: https://linux-media.pages.freedesktop.org/-/users/patchwork/-/jobs/73784402/artifacts/report.htm . Best regards, and Happy Hacking! Media CI robot on behalf of the linux-media community. --- Check the latest rules for contributing your patches at: https://docs.kernel.org/driver-api/media/maintainer-entry-profile.html If you believe that the CI is wrong, kindly open an issue at https://gitlab.freedesktop.org/linux-media/media-ci/-/issues or reply-all to this message.