scripts/tags.sh: use list of identifiers to ignore
authorCosta Shulyupin <costa.shul@redhat.com>
Fri, 25 Oct 2024 06:45:30 +0000 (09:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Nov 2024 04:33:47 +0000 (05:33 +0100)
commitb03817512cb92a354c182808b55013f9886624d0
treede27f0099a4af118c8aba808a17786e93c744ffd
parent074c2241d0fe182bb62d010625aa9faa99cbfeac
scripts/tags.sh: use list of identifiers to ignore

Literal string of ctags arguments is too long and overloaded.

Replace it with neat bash list.

Identifiers are sorted, and those with a new first
letter start on a new line for better maintainability.

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Link: https://lore.kernel.org/r/20241025064536.3022849-1-costa.shul@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh