scripts: kernel-doc: fix typedef identification
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 30 Sep 2020 07:47:01 +0000 (09:47 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:36 +0000 (07:49 +0200)
commit47bcacfd2b00e3795eac3faf47eb854eb9675a4f
treec3d15b3b61c7a69f55280ddd475be480a05541b7
parenteab795ddd84ffdb1c67250062d01a81be20bb208
scripts: kernel-doc: fix typedef identification

Some typedef expressions are output as normal functions.

As we need to be clearer about the type with Sphinx 3.x,
detect such cases.

While here, fix a wrongly-indented block.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
scripts/kernel-doc