Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/module: avoid using strncmp with hardcoded length
Reuse str_has_prefix instead of strncmp with hardcoded length to make the intent of a comparison more obvious. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
- Loading branch information