Skip to content
Commit 3f9070a6 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 87d660f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment