On Tue May 27, 2025 at 10:48 PM CEST, 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: Benno Lossin <lossin@xxxxxxxxxx> --- Cheers, Benno > --- > rust/kernel/fs/file.rs | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-)