mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
strncmp(str, const, len) is error-prone. We had better use newly introduced str_has_prefix() instead of it. Signed-off-by: Chuhong Yuan <[email protected]> Signed-off-by: Daniel Thompson <[email protected]>