Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1283938
| From | Michal Marek <mmarek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 6/8] tags: Drop the _PE rule |
| Date | 2015-12-04 16:40 +0100 |
| Message-ID | <qC0CJ-4wp-17@gated-at.bofh.it> (permalink) |
| References | <qC0t4-4sT-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- v2: Rebased onto current linux-next scripts/tags.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 03041ab7634c..17ff331f8840 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -188,7 +188,6 @@ exuberant() --regex-c='/CLEARPAGEFLAG_NOOP\(([^,)]*).*/ClearPage\1/' \ --regex-c='/__CLEARPAGEFLAG_NOOP\(([^,)]*).*/__ClearPage\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/'\ @@ -251,7 +250,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/' -- 2.1.4 -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/8] scripts/tags.sh cleanup Michal Marek <mmarek@suse.com> - 2015-12-04 16:30 +0100 [PATCH v2 4/8] tags: Process Kconfig files in a single pass Michal Marek <mmarek@suse.com> - 2015-12-04 16:30 +0100 [PATCH v2 7/8] tags: Unify emacs and exuberant rules Michal Marek <mmarek@suse.com> - 2015-12-04 16:30 +0100 [PATCH v2 3/8] tags: Fix erroneous pattern match in a comment Michal Marek <mmarek@suse.com> - 2015-12-04 16:30 +0100 [PATCH v2 5/8] tags: Do not try to index defconfigs Michal Marek <mmarek@suse.com> - 2015-12-04 16:40 +0100 [PATCH v2 6/8] tags: Drop the _PE rule Michal Marek <mmarek@suse.com> - 2015-12-04 16:40 +0100 [PATCH v2 1/8] tags: Treat header files as C code Michal Marek <mmarek@suse.com> - 2015-12-04 16:40 +0100 [PATCH v2 2/8] aic7xxx: Avoid name collision with <linux/list.h> Michal Marek <mmarek@suse.com> - 2015-12-04 16:40 +0100
csiph-web