public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] scripts/kernel-doc: fix parsing of function pointers
Date: Wed, 24 Jul 2019 16:06:53 -0400	[thread overview]
Message-ID: <20190724200653.GR20116@bill-the-cat> (raw)
In-Reply-To: <20190714093023.7951-3-xypron.glpk@gmx.de>

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@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>

      reply	other threads:[~2019-07-24 20:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-14  9:30 [U-Boot] [PATCH 0/2] scripts/kernel-doc: update script from Linux 5.2 Heinrich Schuchardt
2019-07-14  9:30 ` [U-Boot] [PATCH 1/2] " Heinrich Schuchardt
2019-07-24 20:06   ` Tom Rini
2019-07-14  9:30 ` [U-Boot] [PATCH 2/2] scripts/kernel-doc: fix parsing of function pointers Heinrich Schuchardt
2019-07-24 20:06   ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190724200653.GR20116@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox