Re: [PATCH] perf kwork: Remove unreachable judgments

From: Namhyung Kim
Date: Wed Mar 19 2025 - 16:13:45 EST


On Fri, 14 Mar 2025 11:10:13 +0800, Feng Yang wrote:
> When s2[i] = '\0', if s1[i] != '\0', it will be judged by ret,
> and if s1[i] = '\0', it will be judegd by !s1[i].
> So in reality, s2 [i] will never make a judgment
>
>
Applied to perf-tools-next, thanks!

Best regards,
Namhyung