Skip to content

Commit 69ff160

Browse files
wedsonafojeda
andauthored
Fix comment in rust/kernel/file_operations.rs
Co-authored-by: Miguel Ojeda <[email protected]>
1 parent d503232 commit 69ff160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/file_operations.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ impl IoctlCommand {
409409
///
410410
/// This is meant to be implemented by registration managers.
411411
pub trait FileOpenAdapter {
412-
/// The type of argument this adpter extracts.
412+
/// The type of argument this adapter extracts.
413413
type Arg;
414414

415415
/// Converts untyped data stored in [`struct inode`] and [`struct file`] (when [`struct

0 commit comments

Comments
 (0)