commit | d4545bf9c33baa482daea845ddf8d5fdb26daee3 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Feb 08 15:31:52 2023 +0200 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu Feb 09 22:30:24 2023 -0800 |
tree | 67cfdb7d6f951ad9687ffc033471c61e8b33921c | |
parent | f1db99c07b4f0a9edc45f3498d4d13d13a41836a [diff] |
genetlink: Use string_is_terminated() helper Use string_is_terminated() helper instead of cpecific memchr() call. This shows better the intention of the call. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20230208133153.22528-2-andriy.shevchenko@linux.intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>