]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 24 Nov 2025 13:50:02 +0000 (22:50 +0900)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 15:38:23 +0000 (16:38 +0100)
commit841f31d298693e82aaa9e7ac09f5fa9c8dcfdbc3
tree50ef477218a150ed4e724f5ae571d4b6dd0a60bd
parentbc197e24a3acd13dd0b7b07c1448c5c225946546
rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`

This is a remnant from when `Bounded` was called `BitInt` which I didn't
rename. Fix this.

Fixes: 01e345e82ec3 ("rust: num: add Bounded integer wrapping type")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20251124-bounded_fix-v1-1-d8e34e1c727f@nvidia.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/num/bounded.rs