Message ID | 20240827075219.3793198-1-ruanjinjie@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | net: Simplified with scoped function | expand |
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
On 2024/8/27 20:44, Andrew Lunn wrote: > 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. Thank you! I'll fix it. > > Andrew