diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-02-18 19:00:31 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-02 21:18:19 +0900 |
commit | 3f9070a67a94a2765e99adf0913c30b683a1b840 (patch) | |
tree | 26899cafd8a05641a40b0d36c56a2b318f3c2c44 /samples/bpf/tracex5_user.c | |
parent | 87d660f08520ccde8569a2202ff346b376011663 (diff) | |
download | linux-3f9070a67a94a2765e99adf0913c30b683a1b840.tar.bz2 |
fixdep: remove redundant null character check
If *q is '\0', the condition (isalnum(*q) || *q == '_') is false anyway.
It is redundant to ensure non-zero *q.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'samples/bpf/tracex5_user.c')
0 files changed, 0 insertions, 0 deletions