docs: libata.rst: fix a wrong usage of :c:type: tag
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 29 Sep 2020 09:23:19 +0000 (11:23 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:44 +0000 (07:49 +0200)
commitb989451b8e0015b8fe2fac0736ab84bf4389fcb0
tree8454f141c062430abd7be295f29326e3fc723f8e
parent365ff56f08ee4f2b933c13ab4cd950aad1454521
docs: libata.rst: fix a wrong usage of :c:type: tag

The usage of :c:type: to reference to a struct member is wrong,
as pointed by Sphinx 3:

./Documentation/driver-api/libata.rst:511: WARNING: Unparseable C cross-reference: 'qc->complete_fn'
Invalid C declaration: Expected end of definition. [error at 2]
  qc->complete_fn
  --^

Instead, let's use :c:expr: for such purpose.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/driver-api/libata.rst