linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel-doc: remove fastcall
@ 2008-02-14 19:30 Harvey Harrison
  2008-02-14 19:36 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-02-14 19:30 UTC (permalink / raw)
  To: Randy Dunlap, Andrew Morton; +Cc: LKML

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>
---
 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__ +//;
-- 
1.5.4.1.1278.gc75be



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel-doc: remove fastcall
  2008-02-14 19:30 [PATCH] kernel-doc: remove fastcall Harvey Harrison
@ 2008-02-14 19:36 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2008-02-14 19:36 UTC (permalink / raw)
  To: Harvey Harrison; +Cc: Andrew Morton, LKML

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-14 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-14 19:30 [PATCH] kernel-doc: remove fastcall Harvey Harrison
2008-02-14 19:36 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).