On Fri, 15 Nov 2024 07:37:59 +0100 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > @@ -1565,10 +1567,13 @@ unsigned long ftrace_location_range(unsi > sizeof(struct dyn_ftrace), > ftrace_cmp_recs); > if (rec) > - return rec->ip; > + { > + ip = rec->ip; > + break; > + } > } There should be a v2 of this patch to keep proper coding style. -- Steve