diff options
| author | Costa Shulyupin <[email protected]> | 2025-01-13 08:55:47 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-01-16 13:03:10 +0000 |
| commit | 2217573f4c8797eb5ed764a728f986aa80bd403c (patch) | |
| tree | 5b49accf4a8b67fe81426494dba58bc5d4b0f62b /drivers/misc/ntsync.c | |
| parent | Merge tag 'icc-6.14-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
| download | kernel-2217573f4c8797eb5ed764a728f986aa80bd403c.tar.gz kernel-2217573f4c8797eb5ed764a728f986aa80bd403c.zip | |
scripts/tags.sh: Don't tag usages of DECLARE_BITMAP
For all bitmap declarations like
DECLARE_BITMAP(x, y);
ctags generates multiple DECLARE_BITMAP tags for each usage
because it doesn't expand the DECLARE_BITMAP macro.
Configure ctags to skip generating tags for DECLARE_BITMAP in such cases.
The #define DECLARE_BITMAP itself and declared bitmaps are
tagged correctly.
Signed-off-by: Costa Shulyupin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/misc/ntsync.c')
0 files changed, 0 insertions, 0 deletions
