mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
style(9).
Noticed by: jkim
This commit is contained in:
parent
9852972bb5
commit
059c9e5c61
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue