]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/tags.sh: add ctags magic for declarations of popular kernel type
authorKirill Tkhai <tkhai@yandex.ru>
Fri, 22 Feb 2013 00:42:42 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:19 +0000 (17:22 -0800)
commit781b7a744d29f4da80503e09c1c05a00edc72306
tree9deef7631d190476ac985675448d8c697aa20a54
parent5929e41338fd078ec3c88a2b2a26652c692bb823
scripts/tags.sh: add ctags magic for declarations of popular kernel type

- Add magic for declarations of variables of popular kernel type like
  spinlock_t, list_head, wait_queue_head_t and other.

- Add a set of specially handled declaration extentions like
  __attribute, __aligned and other.

- Simplify pci_bus_* magic

Signed-off-by: Kirill V Tkhai <tkhai@yandex.ru>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/tags.sh