On 21/07/2025 at 00:24, Luis Felipe Hernandez wrote: > Fix kernel-doc issues that reported Unexpected indentation errors > durring documentation build (make htmldocs) in CAN, I3C and GPU drivers. ^^^^^^^ during
> Convert formatting to proper ReST list syntax to resolve warning. > > Changes since v1: > - Convert return value descriptions to proper ReST format > - Fix code block introduction with :: syntax > - Add GPU driver fixes > - Remove SCSI driver (already fixed)At The change log does not need to appear in the patch main body. Add a --- cutter after your signature and put the change log after that cutter. This way, the change log will automatically be discarded when the patch is picked. > Link: > https://lore.kernel.org/all/20250703023511.82768-1-luis.hernandez...@gmail.com/ > > Signed-off-by: Luis Felipe Hernandez <luis.hernandez...@gmail.com> > --- > drivers/gpu/drm/drm_gpuvm.c | 16 ++++++++-------- > drivers/i3c/device.c | 13 ++++++++----- > drivers/net/can/ctucanfd/ctucanfd_base.c | 12 +++++++----- Can you do one patch per sub-domains and send them separately? The maintainers of drivers/i3c/ are not the same as the maintainers of drivers/net/can/. And there is no dependencies preventing you to split. Yours sincerely, Vincent Mailhol