scripts: kernel-doc: split typedef complex regex
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 27 Oct 2020 10:20:37 +0000 (11:20 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 28 Oct 2020 17:13:34 +0000 (11:13 -0600)
commit7efc6c4295f5489e25eaef6d6fb6ceb6a6e238d0
treeaec8473c3c75b4f34a3f42859d25bae92acc3690
parent6b80975c6308b5dc93b270a2903a314d896974c4
scripts: kernel-doc: split typedef complex regex

The typedef regex for function prototypes are very complex.
Split them into 3 separate regex and then join them using
qr.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/3a4af999a0d62d4ab9dfae1cdefdfcad93383356.1603792384.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc