docs: fs: fscrypt.rst: get rid of :c:type: tags
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 14 Oct 2020 06:40:47 +0000 (08:40 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:42 +0000 (07:49 +0200)
commit74e2f8d300d4bf3a899869a376fed669753913f0
tree50f29cec2921c745cf31f10186974697c9e322e2
parentb30fd8e962cc89fe368715e0d23986b3579a6b40
docs: fs: fscrypt.rst: get rid of :c:type: tags

The :c:type: tag has problems with Sphinx 3.x, as structs
there should be declared with c:struct.

So, remove them, relying at automarkup.py extension to
convert them into cross-references.

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