diff options
author | 2020-10-28 21:36:35 +0000 | |
---|---|---|
committer | 2020-10-28 21:36:35 +0000 | |
commit | ce038aeaee68f2e41c732b4b91c7185a1cac14b5 (patch) | |
tree | baa463fe66186edf19b3ca65d002f66dd75f09a1 /include/linux/string_helpers.h | |
parent | ASoC: codecs: wcd9335: Set digital gain range correctly (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-ce038aeaee68f2e41c732b4b91c7185a1cac14b5.tar.xz wireguard-linux-ce038aeaee68f2e41c732b4b91c7185a1cac14b5.zip |
Merge tag 'v5.10-rc1' into asoc-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 |