Re: [PATCH v2 00/26] usb: gadget: remove usage of list iterator past the loop

From: Linus Torvalds
Date: Tue Mar 08 2022 - 16:17:50 EST


On Tue, Mar 8, 2022 at 9:19 AM Jakob Koschel <jakobkoschel@xxxxxxxxx> wrote:
>
> This patch set removes any use of the list iterator variable past
> the list body [..]

This looks good to me. It also looks like now all of those cna
trivially be written as that "list_traverse()" thing, but that can be
done separately.

Linus