clevo_interfaces: Minor text clean-ups

This commit is contained in:
Christoffer Sandberg 2020-12-08 11:46:13 +01:00
parent 423e515121
commit 95a8097b0f
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ static int clevo_acpi_add(struct acpi_device *device)
// Add this interface
clevo_keyboard_add_interface(&clevo_acpi_interface);
pr_info("clevo_acpi: interface initialized\n");
pr_info("interface initialized\n");
return 0;
}

View file

@ -114,7 +114,7 @@ static int clevo_wmi_probe(struct wmi_device *wdev, const void *dummy_context)
// Add this interface
clevo_keyboard_add_interface(&clevo_wmi_interface);
pr_info("clevo_wmi: interface initialized\n");
pr_info("interface initialized\n");
return 0;
}