summaryrefslogtreecommitdiff
path: root/rust/kernel/alloc/allocator
diff options
context:
space:
mode:
authorHsiu Che Yu <yu.whisper.personal@gmail.com>2026-04-25 18:16:19 +0800
committerDanilo Krummrich <dakr@kernel.org>2026-05-12 14:00:20 +0200
commitf497aae6ded43f91b1dbf29a35d7062823635640 (patch)
tree328422c2d08cbb6e0594590b4dc88a6551ef34f9 /rust/kernel/alloc/allocator
parent802ca0008bba0b9a27479580c3c77b9e8095c4ef (diff)
rust: alloc: fix `Vec::extend_with` SAFETY comment
Fix an incorrect operator in the SAFETY comment, changing `<` to `<=`, since `Vec::reserve` guarantees capacity for exactly n additional elements, so the equal case should be included. Signed-off-by: Hsiu Che Yu <yu.whisper.personal@gmail.com> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Fixes: 2aac4cd7dae3d ("rust: alloc: implement kernel `Vec` type") Link: https://patch.msgid.link/18fc8eee2f057a6bfbcadae156d1d0b7c40d0077.1777111268.git.yu.whisper.personal@gmail.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'rust/kernel/alloc/allocator')
0 files changed, 0 insertions, 0 deletions