diff options
author | 2020-11-12 21:20:43 +0000 | |
---|---|---|
committer | 2020-11-12 21:20:43 +0000 | |
commit | 4f6b838c378a52ea3ae0b15f12ca8a20849072fa (patch) | |
tree | fbd8c2346320f97eda221b9150d787f9006e8b35 /include/linux/string_helpers.h | |
parent | KVM: arm64: Remove AA64ZFR0_EL1 accessors (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-4f6b838c378a52ea3ae0b15f12ca8a20849072fa.tar.xz wireguard-linux-4f6b838c378a52ea3ae0b15f12ca8a20849072fa.zip |
Merge tag 'v5.10-rc1' into kvmarm-master/next
Linux 5.10-rc1
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'include/linux/string_helpers.h')
-rw-r--r-- | include/linux/string_helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h index 86f150c2a6b6..fa06dcdc481e 100644 --- a/include/linux/string_helpers.h +++ b/include/linux/string_helpers.h @@ -94,4 +94,6 @@ char *kstrdup_quotable(const char *src, gfp_t gfp); char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp); char *kstrdup_quotable_file(struct file *file, gfp_t gfp); +void kfree_strarray(char **array, size_t n); + #endif |