Fix a typo in i8042 `is_present_cmdline`

This commit is contained in:
Ruihan Li 2026-01-15 10:53:02 +08:00 committed by Tate, Hongliang Tian
parent 1c4fa5b303
commit bd72728e04
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ impl I8042Controller {
/// Checks if the kernel command line contains the "i8042.exist" option.
fn is_present_cmdline() -> bool {
!KCMDLINE
KCMDLINE
.get()
.unwrap()
.get_module_args("i8042")