Chuhong Yuan <hslester96@xxxxxxxxx> writes: > 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@xxxxxxxxx> > --- > arch/arm/kernel/module-plts.c | 2 +- > arch/arm/mach-omap2/omap_device.c | 4 ++-- > arch/arm/mach-omap2/pm-debug.c | 8 ++++---- > arch/arm/mach-omap2/pm.c | 2 +- > arch/arm/mach-omap2/pm44xx.c | 2 +- > arch/arm/mach-omap2/sr_device.c | 8 ++++---- > arch/arm/mach-orion5x/ts78xx-setup.c | 4 ++-- For the OMAP stuff: Reviewed-by: Kevin Hilman <khilman@xxxxxxxxxxxx> # arch/arm/mach-omap2/* Kevin