Re: [PATCH] Documentation: parport-lowlevel: Separate function listing code blocks
From: Jonathan Corbet
Date: Mon Nov 10 2025 - 14:49:32 EST
Bagas Sanjaya <bagasdotme@xxxxxxxxx> writes:
> Commit be9d0411f1608a ("parport-lowlevel.txt: standardize document
> format") reSTify parport interface documentation but forgets to properly
> mark function listing code blocks up. As such, these are rendered as
> long-running normal paragraph instead.
>
> Fix them by adding missing separator between the code block marker and
> the listing.
>
> Fixes: be9d0411f1608a ("parport-lowlevel.txt: standardize document format")
> Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
> ---
> Documentation/driver-api/parport-lowlevel.rst | 5 +++++
> 1 file changed, 5 insertions(+)
Applied, thanks.
jon