Skip to content

Commit b2df55a

Browse files
djbwdavejiang
authored andcommitted
cleanup: Fix documentation build error for ACQUIRE updates
Stephen reports: Documentation/core-api/cleanup:7: include/linux/cleanup.h:73: ERROR: Unexpected indentation. [docutils] Documentation/core-api/cleanup:7: include/linux/cleanup.h:74: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] Which points out that the ACQUIRE() example in cleanup.h missed the "::" suffix to mark the following text as a code-block. Fixes: 857d18f ("cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditional locks") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: http://lore.kernel.org/20250717173354.34375751@canb.auug.org.au Signed-off-by: Dan Williams <dan.j.williams@intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20250717163036.1275791-1-dan.j.williams@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
1 parent b873adf commit b2df55a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/linux/cleanup.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
* the remainder of "func()".
6565
*
6666
* The ACQUIRE() macro can be used in all places that guard() can be
67-
* used and additionally support conditional locks
68-
*
67+
* used and additionally support conditional locks::
6968
*
7069
* DEFINE_GUARD_COND(pci_dev, _try, pci_dev_trylock(_T))
7170
* ...

0 commit comments

Comments
 (0)