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

2023-02-04 Thread Simon Horman
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 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:

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

2023-02-03 Thread Andy Shevchenko
Move string_is_valid() to the header for wider use. Signed-off-by: Andy Shevchenko --- include/linux/string_helpers.h | 5 + net/tipc/netlink_compat.c | 6 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/include/linux/string_helpers.h