]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Documentation: parport-lowlevel: Separate function listing code blocks
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 5 Nov 2025 12:49:47 +0000 (19:49 +0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Nov 2025 19:47:36 +0000 (12:47 -0700)
commit285f79bebf5b36a9ec57c89aeb3809051ffcb466
treeef3327c7106afda3082841a1a88131e3ef9a39ce
parentfc9e9a39cc98de2f6dc5c927bfbcce9db40978d2
Documentation: parport-lowlevel: Separate function listing code blocks

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@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251105124947.45048-1-bagasdotme@gmail.com>
Documentation/driver-api/parport-lowlevel.rst