fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.33k stars 119 forks source link

Fix clippy lints in file_operations.rs #277

Open Sawchord opened 3 years ago

Sawchord commented 3 years ago

The tests where failing, like due to the introduction of new clippy lints. This PR fixes the affected lines, such that the tests pass again.