summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorHsiu Che Yu <yu.whisper.personal@gmail.com>2026-04-25 13:16:19 +0300
committerDanilo Krummrich <dakr@kernel.org>2026-05-12 15:00:20 +0300
commitf497aae6ded43f91b1dbf29a35d7062823635640 (patch)
tree328422c2d08cbb6e0594590b4dc88a6551ef34f9 /include/linux/debugobjects.h
parent802ca0008bba0b9a27479580c3c77b9e8095c4ef (diff)
downloadlinux-f497aae6ded43f91b1dbf29a35d7062823635640.tar.xz
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 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions