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

2023-02-04 Thread Simon Horman
On Fri, Feb 03, 2023 at 04:05:01PM +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 For networking patches, the target tree, in this case net-next, should appear in

[ovs-dev] [PATCH v1 3/3] openvswitch: Use string_is_valid() helper

2023-02-03 Thread Andy Shevchenko
Use string_is_valid() helper instead of cpecific memchr() call. This shows better the intention of the call. Signed-off-by: Andy Shevchenko --- net/openvswitch/conntrack.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/openvswitch/conntrack.c