[PATCH 5/9] checkpatch: __weak is an official attribute

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andy Whitcroft
Date: Thursday, October 23, 2008 - 4:06 am

Add __weak as an official attribute.  This tends to be used in a location
where the automated attribute detector misses it.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
---
 scripts/checkpatch.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 5551eb1..90f78ef 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -116,7 +116,8 @@ our $Attribute	= qr{
 			__(?:mem|cpu|dev|)(?:initdata|init)|
 			____cacheline_aligned|
 			____cacheline_aligned_in_smp|
-			____cacheline_internodealigned_in_smp
+			____cacheline_internodealigned_in_smp|
+			__weak
 		  }x;
 our $Modifier;
 our $Inline	= qr{inline|__always_inline|noinline};
-- 
1.6.0.2.711.gf1ba4

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/9] checkpatch: update to versoin 0.25, Andy Whitcroft, (Thu Oct 23, 4:06 am)
[PATCH 1/9] checkpatch: add checks for in_atomic(), Andy Whitcroft, (Thu Oct 23, 4:06 am)
[PATCH 5/9] checkpatch: __weak is an official attribute, Andy Whitcroft, (Thu Oct 23, 4:06 am)
[PATCH 9/9] checkpatch: version: 0.25, Andy Whitcroft, (Thu Oct 23, 4:06 am)