]> git.baikalelectronics.ru Git - kernel.git/commit
lib/list_sort: fix kerneldoc build error
authorJonathan Corbet <corbet@lwn.net>
Wed, 22 May 2019 19:41:45 +0000 (13:41 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 23 May 2019 15:27:39 +0000 (09:27 -0600)
commitc94d7b31b53454639b65c334f2cf8a8a04ae5996
tree7948cbf142621336d4e21394bda8464a0047d429
parenta7f11c07660048385698d505208b0aa9a7186ccf
lib/list_sort: fix kerneldoc build error

Commit 44b1ebbf6115 ("lib/list_sort: simplify and remove
MAX_LIST_LENGTH_BITS") added some useful kerneldoc info, but also broke the
docs build:

  ./lib/list_sort.c:128: WARNING: Definition list ends without a blank line; unexpected unindent.
  ./lib/list_sort.c:161: WARNING: Unexpected indentation.
  ./lib/list_sort.c:162: WARNING: Block quote ends without a blank line; unexpected unindent.

Fix the offending literal block and make the error go away.

Fixes: 44b1ebbf6115 ("lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS")
Cc: George Spelvin <lkml@sdf.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
lib/list_sort.c