diff options
| author | Alice Ryhl <[email protected]> | 2025-06-24 15:27:56 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2025-07-15 20:26:11 +0000 |
| commit | 64fb810bce03a4e2b4d3ecbba04bb97da3536dd8 (patch) | |
| tree | 27460a5c5ced40f83ee251579b6bd518d8dcc4f8 /rust/helpers/helpers.c | |
| parent | rust: types: add Opaque::cast_from (diff) | |
| download | kernel-64fb810bce03a4e2b4d3ecbba04bb97da3536dd8.tar.gz kernel-64fb810bce03a4e2b4d3ecbba04bb97da3536dd8.zip | |
rust: types: rename Opaque::raw_get to cast_into
In the previous patch we added Opaque::cast_from() that performs the
opposite operation to Opaque::raw_get(). For consistency with this
naming, rename raw_get() to cast_from().
There are a few other options such as calling cast_from() something
closer to raw_get() rather than renaming this method. However, I could
not find a great naming scheme that works with raw_get(). The previous
version of this patch used from_raw(), but functions of that name
typically have a different signature, so that's not a great option.
Suggested-by: Danilo Krummrich <[email protected]>
Signed-off-by: Alice Ryhl <[email protected]>
Acked-by: Benno Lossin <[email protected]>
Acked-by: Andreas Hindborg <[email protected]>
Acked-by: Boqun Feng <[email protected]>
Reviewed-by: Danilo Krummrich <[email protected]>
Acked-by: Danilo Krummrich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Removed `HrTimer::raw_get` change. - Miguel ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
