Re: [ovs-dev] [PATCH v1 1/3] string_helpers: Move string_is_valid() to the header

From: Simon Horman
Date: Sat Feb 04 2023 - 08:25:30 EST


On Fri, Feb 03, 2023 at 04:04:59PM +0200, Andy Shevchenko wrote:
> Move string_is_valid() to the header for wider use.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

For networking patches, the target tree, in this case net-next, should
appear in the patch subject:

[PATCH v1 net-next 1/3] string_helpers: Move string_is_valid()

That notwithstanding,

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>