summaryrefslogtreecommitdiff
path: root/lib/test_memcat_p.c
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@redhat.com>2024-02-23 19:37:09 +0300
committerMiguel Ojeda <ojeda@kernel.org>2024-04-02 18:41:56 +0300
commita321f3ad0a5ddcd1da221cc056ef4fd5a49fa0f7 (patch)
tree51f2e544128a039a42ab0e39747daf40d25abcfa /lib/test_memcat_p.c
parentdbef1811c8865562127a6e04c3364f35ceaaa94d (diff)
downloadlinux-a321f3ad0a5ddcd1da221cc056ef4fd5a49fa0f7.tar.xz
rust: str: add {make,to}_{upper,lower}case() to CString
Add functions to convert a CString to upper- / lowercase, either in-place or by creating a copy of the original CString. Naming follows the one from the Rust stdlib, where functions starting with 'to' create a copy and functions starting with 'make' perform an in-place conversion. This is required by the Nova project (GSP only Rust successor of Nouveau) to convert stringified enum values (representing different GPU chipsets) to strings in order to generate the corresponding firmware paths. See also [1]. Link: https://rust-for-linux.zulipchat.com/#narrow/stream/288089-General/topic/String.20manipulation.20in.20kernel.20Rust [1] Reviewed-by: Alice Ryhl <aliceryhl@google.com> Signed-off-by: Danilo Krummrich <dakr@redhat.com> Reviewed-by: Benno Lossin <benno.lossin@proton.me> Link: https://lore.kernel.org/r/20240223163726.12397-1-dakr@redhat.com [ Reworded to fix typo and to make the link use the `Link:` tag. ] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'lib/test_memcat_p.c')
0 files changed, 0 insertions, 0 deletions