Re: [PATCH v1] perf pmu: Replace starts_with with strstarts

From: Arnaldo Carvalho de Melo

Date: Tue Mar 03 2026 - 15:19:02 EST


On Tue, Mar 03, 2026 at 10:52:16AM -0800, Ian Rogers wrote:
> linux/string.h provides strstarts that matches the starts_with
> function. For style and consistency reasons remove the starts_with
> functions and use strstarts.

Nice cleanup:

Reviewed-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

- Arnaldo