style(9).

Noticed by:	jkim
This commit is contained in:
Rui Paulo 2008-04-15 22:47:01 +00:00
parent 9852972bb5
commit 059c9e5c61

View File

@ -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);