diff options
| author | Andy Whitcroft <apw@canonical.com> | 2010-10-27 01:23:18 +0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 03:52:21 +0400 | 
| commit | 3cbf62df3a8ce61cb1aa20b7dae964058988bfdd (patch) | |
| tree | 46a2d31b34c07ae6547d743a27e60b682b84c3e8 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 5eaa20b984eb316533b4a098d8de3912e434df6a (diff) | |
| download | linux-3cbf62df3a8ce61cb1aa20b7dae964058988bfdd.tar.xz | |
checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar
Handly definitions similar to below.  The definition macro spits out a
symbol with a prefix.  Add matching of any identifier prefix:
    DEVICE_ATTR(link_power_management_policy, S_IRUGO | S_IWUSR,
            ata_scsi_lpm_show, ata_scsi_lpm_put);
    EXPORT_SYMBOL_GPL(dev_attr_link_power_management_policy);
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
