diff options
-rwxr-xr-x | scripts/tags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 0f61bd7ee958..fd651f90a838 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
@@ -255,7 +255,7 @@ emacs() | |||
255 | --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/' \ | 255 | --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/' \ |
256 | --regex='/PCI_OP_READ(\([a-z]*[a-z]\).*[1-4])/pci_bus_read_config_\1/' \ | 256 | --regex='/PCI_OP_READ(\([a-z]*[a-z]\).*[1-4])/pci_bus_read_config_\1/' \ |
257 | --regex='/PCI_OP_WRITE(\([a-z]*[a-z]\).*[1-4])/pci_bus_write_config_\1/'\ | 257 | --regex='/PCI_OP_WRITE(\([a-z]*[a-z]\).*[1-4])/pci_bus_write_config_\1/'\ |
258 | --regex='/DEFINE_HASHTABLE\((\w*)/\1/' | 258 | --regex='/[^#]*DEFINE_HASHTABLE(\([^,)]*\)/\1/' |
259 | 259 | ||
260 | all_kconfigs | xargs $1 -a \ | 260 | all_kconfigs | xargs $1 -a \ |
261 | --regex='/^[ \t]*\(\(menu\)*config\)[ \t]+\([a-zA-Z0-9_]+\)/\3/' | 261 | --regex='/^[ \t]*\(\(menu\)*config\)[ \t]+\([a-zA-Z0-9_]+\)/\3/' |