diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2024-10-25 16:03:16 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-05 05:33:47 +0100 |
commit | 7428f9d97006e35a9c4798bcbf0e26101144d12d (patch) | |
tree | 5b777ab9aa5345f612c436b5a0c84adeb42c4e51 /drivers/char | |
parent | b03817512cb92a354c182808b55013f9886624d0 (diff) |
scripts/tags.sh: Fix warnings "null expansion of name pattern"
Warnings such as
ctags: Warning: include/linux/wait_bit.h:59: null expansion of name pattern "\1"
are triggered when parsing DECLARE_BITMAP() inside comments,
resulting in an empty token.
To avoid this, ensure only non-empty tokens.
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Link: https://lore.kernel.org/r/20241025130322.3077455-1-costa.shul@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions