mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
clevo_interfaces: Minor text clean-ups
This commit is contained in:
parent
423e515121
commit
95a8097b0f
|
@ -127,7 +127,7 @@ static int clevo_acpi_add(struct acpi_device *device)
|
||||||
// Add this interface
|
// Add this interface
|
||||||
clevo_keyboard_add_interface(&clevo_acpi_interface);
|
clevo_keyboard_add_interface(&clevo_acpi_interface);
|
||||||
|
|
||||||
pr_info("clevo_acpi: interface initialized\n");
|
pr_info("interface initialized\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,7 +114,7 @@ static int clevo_wmi_probe(struct wmi_device *wdev, const void *dummy_context)
|
||||||
// Add this interface
|
// Add this interface
|
||||||
clevo_keyboard_add_interface(&clevo_wmi_interface);
|
clevo_keyboard_add_interface(&clevo_wmi_interface);
|
||||||
|
|
||||||
pr_info("clevo_wmi: interface initialized\n");
|
pr_info("interface initialized\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue