Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622Ab1EHJ4U (ORCPT ); Sun, 8 May 2011 05:56:20 -0400 Received: from narfation.org ([79.140.41.39]:34194 "EHLO v3-1039.vlinux.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751692Ab1EHJ4Q (ORCPT ); Sun, 8 May 2011 05:56:16 -0400 From: Sven Eckelmann To: apw@canonical.com Cc: linux-kernel@vger.kernel.org, Sven Eckelmann Subject: [PATCH] checkpatch: add __rcu as a sparse modifier Date: Sun, 8 May 2011 11:54:45 +0200 Message-Id: <1304848485-14219-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 696 Lines: 27 Signed-off-by: Sven Eckelmann --- scripts/checkpatch.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index d867081..9dc3800 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -145,7 +145,8 @@ our $Sparse = qr{ __must_check| __init_refok| __kprobes| - __ref + __ref| + __rcu }x; # Notes to $Attribute: -- 1.7.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/