Messages in this thread |  | | Date | Fri, 15 Feb 2008 09:15:51 +0000 | | From | Andy Whitcroft <> | | Subject | Re: [PATCH] checkpatch: remove fastcall |
| |
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 >
|  |