On Fri, Sep 3, 2021 at 10:55 AM John Hubbard <jhubbard@xxxxxxxxxx> wrote: > > On 9/3/21 9:35 AM, Linus Torvalds wrote: > > > > Hmm. I think "ret" is unnecessary, and this could just have been > > > > return addr == end; > > > > at the end to check that we did it all. > > Yes, definitely. > > So, to be extra clear even though this is tiny and trivial: this incremental > change, on top of the current patch, looks good to me: Ack. I did the merge of Andrew's series as-is, to avoid even more disruption (I already skipped two sub-series in there), but wouldn't mind this simplification. That said, it's not like it's a big deal, just me reacting to that patch being larger than strictly needed. It's not like the extra "ret" thing is confusing or wrong per se. So I'll leave it to others if they want to pursue this. Linus