Re: [ovs-dev] [PATCH v1 2/3] genetlink: Use string_is_valid() helper

From: Simon Horman
Date: Sat Feb 04 2023 - 08:26:14 EST


On Fri, Feb 03, 2023 at 04:05:00PM +0200, Andy Shevchenko wrote:
> Use string_is_valid() helper instead of cpecific memchr() call.
> This shows better the intention of the call.
>
> 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] genetlink: Use string_is_valid() helper

That notwithstanding,

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