From: Randy Dunlap <randy.dunlap@oracle.com>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] kernel-doc: remove fastcall
Date: Thu, 14 Feb 2008 11:36:25 -0800 [thread overview]
Message-ID: <20080214113625.5a5d77d2.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1203017437.2748.73.camel@brick>
On Thu, 14 Feb 2008 11:30:37 -0800 Harvey Harrison wrote:
> fastcall is gone from the tree, no need to adjust the function
> prototypes anymore for this.
>
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> scripts/kernel-doc | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/kernel-doc b/scripts/kernel-doc
> index 6c18a14..26146cb 100755
> --- a/scripts/kernel-doc
> +++ b/scripts/kernel-doc
> @@ -1624,7 +1624,6 @@ sub dump_function($$) {
>
> $prototype =~ s/^static +//;
> $prototype =~ s/^extern +//;
> - $prototype =~ s/^fastcall +//;
> $prototype =~ s/^asmlinkage +//;
> $prototype =~ s/^inline +//;
> $prototype =~ s/^__inline__ +//;
> --
---
~Randy
prev parent reply other threads:[~2008-02-14 19:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-14 19:30 [PATCH] kernel-doc: remove fastcall Harvey Harrison
2008-02-14 19:36 ` Randy Dunlap [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=20080214113625.5a5d77d2.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=harvey.harrison@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.