commit | 7efc6c4295f5489e25eaef6d6fb6ceb6a6e238d0 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Oct 27 11:20:37 2020 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Oct 28 11:13:34 2020 -0600 |
tree | aec8473c3c75b4f34a3f42859d25bae92acc3690 | |
parent | 6b80975c6308b5dc93b270a2903a314d896974c4 [diff] |
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>