diff options
author | Chuhong Yuan <hslester96@gmail.com> | 2019-07-30 04:44:15 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-05 12:06:34 +0200 |
commit | b3e089cd446b26bb1e12860e1afb9da314453fd6 (patch) | |
tree | 94f0e816bed86c93cbd7d2d6ee36ac5fc05707b5 /arch/arm64/kernel/traps.c | |
parent | ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variable (diff) | |
download | linux-b3e089cd446b26bb1e12860e1afb9da314453fd6.tar.xz linux-b3e089cd446b26bb1e12860e1afb9da314453fd6.zip |
arm64: Replace strncmp with str_has_prefix
In commit b6b2735514bc
("tracing: Use str_has_prefix() instead of using fixed sizes")
the newly introduced str_has_prefix() was used
to replace error-prone strncmp(str, const, len).
Here fix codes with the same pattern.
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/kernel/traps.c')
0 files changed, 0 insertions, 0 deletions