[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7hzhknh3aa.fsf@baylibre.com>
Date: Mon, 05 Aug 2019 11:31:57 -0700
From: Kevin Hilman <khilman@...libre.com>
To: Chuhong Yuan <hslester96@...il.com>
Cc: Russell King <linux@...linux.org.uk>,
Tony Lindgren <tony@...mide.com>,
Kevin Hilman <khilman@...nel.org>,
Alexander Clouter <alex@...riz.org.uk>,
Jason Cooper <jason@...edaemon.net>,
Andrew Lunn <andrew@...n.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Gregory Clement <gregory.clement@...tlin.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, Chuhong Yuan <hslester96@...il.com>
Subject: Re: [PATCH] ARM: Replace strncmp with str_has_prefix
Chuhong Yuan <hslester96@...il.com> 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@...il.com>
> ---
> 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@...libre.com> # arch/arm/mach-omap2/*
Kevin
Powered by blists - more mailing lists