[PATCH v2 1/1] docs: Fix kernel-doc indentation errors
Vincent Mailhol
mailhol.vincent at wanadoo.fr
Mon Jul 21 07:48:13 UTC 2025
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.hernandez093@gmail.com/
>
> Signed-off-by: Luis Felipe Hernandez <luis.hernandez093 at 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
More information about the dri-devel
mailing list