]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scripts/tags.sh: add ctags magic for declarations of popular kernel type
authorKirill Tkhai <tkhai@yandex.ru>
Wed, 20 Feb 2013 02:13:47 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:13 +0000 (16:52 +1100)
commit53ab9e511542ab25ee2234c0bb6a24dcb6b41e8a
treed5feedb8e9e608232d15de3dfb1a138edd82dca5
parent123f2689099d5f454133afd494590a2d6e7e6d90
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>
scripts/tags.sh