mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
3f9070a67a
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>