mirror of
https://github.com/xenia-project/linux.git
synced 2026-01-31 01:35:30 +01:00
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>