All of lore.kernel.org
 help / color / mirror / Atom feed
* + checkpatch-add-__ref-as-a-sparse-modifier.patch added to -mm tree
@ 2009-01-30 21:53 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-01-30 21:53 UTC (permalink / raw)
  To: mm-commits; +Cc: apw


The patch titled
     checkpatch: add __ref as a sparse modifier
has been added to the -mm tree.  Its filename is
     checkpatch-add-__ref-as-a-sparse-modifier.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: checkpatch: add __ref as a sparse modifier
From: Andy Whitcroft <apw@canonical.com>

Add __ref as a sparse modifier.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/checkpatch.pl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN scripts/checkpatch.pl~checkpatch-add-__ref-as-a-sparse-modifier scripts/checkpatch.pl
--- a/scripts/checkpatch.pl~checkpatch-add-__ref-as-a-sparse-modifier
+++ a/scripts/checkpatch.pl
@@ -110,7 +110,8 @@ our $Sparse	= qr{
 			__iomem|
 			__must_check|
 			__init_refok|
-			__kprobes
+			__kprobes|
+			__ref
 		}x;
 our $Attribute	= qr{
 			const|
_

Patches currently in -mm which might be from apw@canonical.com are

mmc-add-modalias-linkage-for-mmc-sd-devices.patch
checkpatch-make-in_atomic-ok-in-the-core.patch
checkpatch-do-not-warn-about-p0-patches-when-checking-files.patch
checkpatch-correctly-handle-type-spacing-in-the-face-of-modifiers.patch
checkpatch-pointer-type-star-may-have-modifiers-following.patch
checkpatch-a-modifier-is-not-an-identifier-at-the-end-of-a-type.patch
checkpatch-extend-attribute-testing-to-all-modifiers.patch
checkpatch-add-__ref-as-a-sparse-modifier.patch
checkpatch-version-028.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-30 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 21:53 + checkpatch-add-__ref-as-a-sparse-modifier.patch added to -mm tree akpm

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.