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: M
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 b/include/linux/string_helpers