style(9).
Noticed by: jkim
This commit is contained in:
parent
9852972bb5
commit
059c9e5c61
@ -509,7 +509,7 @@ acpi_asus_probe(device_t dev)
|
||||
}
|
||||
|
||||
/* if EeePC */
|
||||
if(strncmp("ASUS010", rstr, 7) == 0) {
|
||||
if (strncmp("ASUS010", rstr, 7) == 0) {
|
||||
sc->model = &acpi_eeepc_models[0];
|
||||
device_set_desc(dev, "ASUS EeePC");
|
||||
AcpiOsFree(Buf.Pointer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user