Re: [PATCH -next 0/7] net: Simplified with scoped function

From: Andrew Lunn
Date: Tue Aug 27 2024 - 08:45:24 EST


On Tue, Aug 27, 2024 at 03:52:12PM +0800, Jinjie Ruan wrote:
> Simplify with scoped for each OF child loop and __free().

The Subject: should be [PATCH net-next], not -next. The CI looks at
this to decide which tree it belongs to. It issues a warning because
what you used does not match anything.

Andrew