]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
tags: Drop the _PE rule
authorMichal Marek <mmarek@suse.com>
Thu, 15 Oct 2015 13:12:51 +0000 (15:12 +0200)
committerMichal Marek <mmarek@suse.com>
Tue, 5 Jan 2016 21:11:48 +0000 (22:11 +0100)
We are not indexing the userspace tools, so the rules only match some
false positives in the kernel code.

Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/tags.sh

index e23427b6600a7e9515cdcd8fd84c37aea331134d..14abf81188b510c9229d860e80f0cf5641c7271e 100755 (executable)
@@ -189,7 +189,6 @@ exuberant()
        --regex-c='/__CLEARPAGEFLAG_NOOP\(([^,)]*).*/__ClearPage\1/'    \
        --regex-c='/TESTCLEARFLAG_FALSE\(([^,)]*).*/TestClearPage\1/' \
        --regex-c='/__TESTCLEARFLAG_FALSE\(([^,)]*).*/__TestClearPage\1/' \
-       --regex-c='/_PE\(([^,)]*).*/PEVENT_ERRNO__\1/'          \
        --regex-c='/TASK_PFA_TEST\([^,]*,\s*([^)]*)\)/task_\1/' \
        --regex-c='/TASK_PFA_SET\([^,]*,\s*([^)]*)\)/task_set_\1/'      \
        --regex-c='/TASK_PFA_CLEAR\([^,]*,\s*([^)]*)\)/task_clear_\1/'\
@@ -253,7 +252,6 @@ emacs()
        --regex='/TASK_PFA_TEST\([^,]*,\s*([^)]*)\)/task_\1/'           \
        --regex='/TASK_PFA_SET\([^,]*,\s*([^)]*)\)/task_set_\1/'        \
        --regex='/TASK_PFA_CLEAR\([^,]*,\s*([^)]*)\)/task_clear_\1/'    \
-       --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/'           \
        --regex='/PCI_OP_READ(\([a-z]*[a-z]\).*[1-4])/pci_bus_read_config_\1/' \
        --regex='/PCI_OP_WRITE(\([a-z]*[a-z]\).*[1-4])/pci_bus_write_config_\1/'\
        --regex='/[^#]*DEFINE_HASHTABLE(\([^,)]*\)/\1/'