[U-Boot] [PATCH 2/2] scripts/kernel-doc: fix parsing of function pointers
Tom Rini
trini at konsulko.com
Wed Jul 24 20:06:53 UTC 2019
On Sun, Jul 14, 2019 at 11:30:23AM +0200, Heinrich Schuchardt wrote:
> kernel-doc fails to parse function definitions like the one below
>
> efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
> void (EFIAPI *notify_function) (
> struct efi_event *event,
> void *context),
> void *notify_context, efi_guid_t *group,
> struct efi_event **event)
> {
>
> due to the "EFIAPI" attribute preceding the function name.
>
> cf. https://lkml.org/lkml/2018/9/3/1185
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190724/a2d33477/attachment.sig>
More information about the U-Boot
mailing list