Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information