Added init_or_module to Attribute list to avoid the following complaint: ERROR: "foo_or_module bar" should be "foo _or_module bar"
Signed-off-by: Cyril Chemparathy <[email protected]> --- scripts/checkpatch.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index a4d7434..41e903f 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -152,7 +152,7 @@ our $Attribute = qr{ const| __read_mostly| __kprobes| - __(?:mem|cpu|dev|)(?:initdata|initconst|init\b)| + __(?:mem|cpu|dev|)(?:initdata|init|init_or_module)| ____cacheline_aligned| ____cacheline_aligned_in_smp| ____cacheline_internodealigned_in_smp| -- 1.6.3.3 _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
