]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scripts/tags.sh: add magic for declarations of popular kernel type
authorKirill Tkhai <tkhai@yandex.ru>
Thu, 25 Oct 2012 01:14:55 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Oct 2012 03:17:24 +0000 (14:17 +1100)
commitcc15117246738ab19d66ad0db7295cef08a9c6db
tree43549677aa1a6ade99cacdeefac812e1630a4a5a
parent78e8920f0ae45fcf363418e1b371990b84245135
scripts/tags.sh: add magic for declarations of popular kernel type

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

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

3) 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