lkml.org 
[lkml]   [2008]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5/9] checkpatch: __weak is an official attribute
    Date
    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


    \
     
     \ /
      Last update: 2008-10-23 13:11    [W:6.427 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site