diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-07-01 19:40:50 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-07-01 19:40:50 +0000 |
commit | e67ee024e6586d53d4c7345d6dd68da0e9e92fab (patch) | |
tree | 9ade4ba3f23c8f96db2e012a9b9d37ee0430e231 /sys/dev/acpi/acpitoshiba.c | |
parent | e398973d0ad69e562c84161984ba7a82a41d1ae1 (diff) |
acpi: clean up some inconsistent style in the hid matching arrays
ok millert, kettenis, jcs, phessler, deraadt, mpi
Diffstat (limited to 'sys/dev/acpi/acpitoshiba.c')
-rw-r--r-- | sys/dev/acpi/acpitoshiba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpitoshiba.c b/sys/dev/acpi/acpitoshiba.c index d5646994ff0..d070d98bcdc 100644 --- a/sys/dev/acpi/acpitoshiba.c +++ b/sys/dev/acpi/acpitoshiba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpitoshiba.c,v 1.10 2018/06/29 17:39:18 kettenis Exp $ */ +/* $OpenBSD: acpitoshiba.c,v 1.11 2018/07/01 19:40:49 mlarkin Exp $ */ /*- * Copyright (c) 2003 Hiroyuki Aizu <aizu@navi.org> * All rights reserved. @@ -124,7 +124,7 @@ const char *acpitoshiba_hids[] = { "TOS6200", /* Libretto */ "TOS6207", /* Dynabook */ "TOS6208", /* SPA40 */ - 0 + NULL }; int |