Searched hist:"7 ae281b05c0cebef4ef0643e74300fbe84760c3c" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff 7ae281b05c0cebef4ef0643e74300fbe84760c3c Tue Jun 23 09:09:02 CEST 2020 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> scripts/kernel-doc: handle function pointer prototypes
There are some function pointer prototypes inside the net includes, like this one:
int (*pcs_config)(struct phylink_config *config, unsigned int mode, phy_interface_t interface, const unsigned long *advertising);
There's nothing wrong using it with kernel-doc, but we need to add a rule for it to parse such kind of prototype.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/fec520dd731a273013ae06b7653a19c7d15b9562.1592895969.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
|