LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Harvey Harrison <harvey.harrison@gmail.com> To: Andy Whitcroft <apw@shadowen.org>, Andrew Morton <akpm@linux-foundation.org> Cc: LKML <linux-kernel@vger.kernel.org> Subject: [PATCH] checkpatch: remove fastcall Date: Thu, 14 Feb 2008 11:31:28 -0800 [thread overview] Message-ID: <1203017488.2748.75.camel@brick> (raw) 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
next reply other threads:[~2008-02-14 19:31 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-02-14 19:31 Harvey Harrison [this message] 2008-02-15 9:15 ` [PATCH] checkpatch: remove fastcall Andy Whitcroft
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=1203017488.2748.75.camel@brick \ --to=harvey.harrison@gmail.com \ --cc=akpm@linux-foundation.org \ --cc=apw@shadowen.org \ --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: linkBe 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; as well as URLs for NNTP newsgroup(s).