On Tue, May 27, 2025 at 08:48:59PM +0000, Pekka Ristola wrote: > Some of the safety comments in `LocalFile`'s methods incorrectly refer to > the `File` type instead of `LocalFile`, so fix them to use the correct > type. > > Also add missing Markdown code spans around lifetimes in the safety > comments, i.e. change 'a to `'a`. > > Link: https://github.com/Rust-for-Linux/linux/issues/1165 > Signed-off-by: Pekka Ristola <pekkarr@xxxxxxxxxxxxxx> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>