]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
docs: block: blk-mq.rst: get rid of :c:type
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 29 Sep 2020 08:04:26 +0000 (10:04 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:43 +0000 (07:49 +0200)
commit8ac867340bd8cc8c65d4cafbf634873b8ddcf3f7
treed049843465cc970d189aea9be4e771e152a965d8
parent687359027578068aecde0fc0bec06ccae6b762c7
docs: block: blk-mq.rst: get rid of :c:type

The :c:type macros are not used properly there, as reported
by Sphinx 3:

./Documentation/block/blk-mq.rst:112: WARNING: Unparseable C cross-reference: 'hctx->dispatch'
Invalid C declaration: Expected end of definition. [error at 4]
  hctx->dispatch
  ----^

Also, they won't be generating any cross references.

So, replace them by a literal markup.

Reviewed-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/block/blk-mq.rst