diff options
author | 2020-10-28 21:37:38 +0000 | |
---|---|---|
committer | 2020-10-28 21:37:38 +0000 | |
commit | f59cddd8517ab880fb09bf1465b07b337e058b22 (patch) | |
tree | b8ac2b4bd99f6b4860dd403bb39b2b7149ed06e0 /include/linux/string_helpers.h | |
parent | MAINTAINERS: Add entry for Qualcomm IPQ4019 VQMMC regulator (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-f59cddd8517ab880fb09bf1465b07b337e058b22.tar.xz wireguard-linux-f59cddd8517ab880fb09bf1465b07b337e058b22.zip |
Merge tag 'v5.10-rc1' into regulator-5.10
Linux 5.10-rc1
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 |