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

fastcall no longer exists in tree, remove it from checkpatch.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 scripts/checkpatch.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 2086a85..6f9b391 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -105,8 +105,7 @@ our $Sparse	= qr{
 			__iomem|
 			__must_check|
 			__init_refok|
-			__kprobes|
-			fastcall
+			__kprobes
 		}x;
 our $Attribute	= qr{
 			const|
-- 
1.5.4.1.1278.gc75be


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

* Re: [PATCH] checkpatch: remove fastcall
  2008-02-14 19:31 [PATCH] checkpatch: remove fastcall Harvey Harrison
@ 2008-02-15  9:15 ` Andy Whitcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Whitcroft @ 2008-02-15  9:15 UTC (permalink / raw)
  To: Harvey Harrison; +Cc: Andrew Morton, LKML

On Thu, Feb 14, 2008 at 11:31:28AM -0800, Harvey Harrison wrote:
> fastcall no longer exists in tree, remove it from checkpatch.
> 
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>

Seems to be true :)  Have sucked this up for 0.15.  Thanks.

-apw

> ---
>  scripts/checkpatch.pl |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index 2086a85..6f9b391 100755
> --- a/scripts/checkpatch.pl
> +++ b/scripts/checkpatch.pl
> @@ -105,8 +105,7 @@ our $Sparse	= qr{
>  			__iomem|
>  			__must_check|
>  			__init_refok|
> -			__kprobes|
> -			fastcall
> +			__kprobes
>  		}x;
>  our $Attribute	= qr{
>  			const|
> -- 
> 1.5.4.1.1278.gc75be
> 

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

end of thread, other threads:[~2008-02-15  9:15 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:31 [PATCH] checkpatch: remove fastcall Harvey Harrison
2008-02-15  9:15 ` Andy Whitcroft

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).