summaryrefslogtreecommitdiffstats
path: root/scripts/Kconfig.include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-27 11:20:36 +0100
committerJonathan Corbet <corbet@lwn.net>2020-10-28 11:13:29 -0600
commit6b80975c6308b5dc93b270a2903a314d896974c4 (patch)
tree43ee10d5c050a90e08c1f8c08358b7e87f9cb6e0 /scripts/Kconfig.include
parentd94df02c476cbc207651d19cfd104690b079bdb4 (diff)
downloadlinux-stable-6b80975c6308b5dc93b270a2903a314d896974c4.tar.gz
linux-stable-6b80975c6308b5dc93b270a2903a314d896974c4.tar.bz2
linux-stable-6b80975c6308b5dc93b270a2903a314d896974c4.zip
scripts: kernel-doc: fix typedef parsing
The include/linux/genalloc.h file defined this typedef: typedef unsigned long (*genpool_algo_t)(unsigned long *map,unsigned long size,unsigned long start,unsigned int nr,void *data, struct gen_pool *pool, unsigned long start_addr); Because it has a type composite of two words (unsigned long), the parser gets the typedef name wrong: .. c:macro:: long **Typedef**: Allocation callback function type definition Fix the regex in order to accept composite types when defining a typedef for a function pointer. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/328e8018041cc44f7a1684e57f8d111230761c4f.1603792384.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'scripts/Kconfig.include')
0 files changed, 0 insertions, 0 deletions