diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-10-16 01:28:00 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-10-16 01:28:00 +0000 |
commit | ce6b28293aa3c063080372fa837530246b76522b (patch) | |
tree | 7cc508b59b5ff767f3558b4b7e47b014e056e386 /sys/dev/acpi | |
parent | 6e5ffde79ceb434344be8d5ec9109ad7f7e8034e (diff) |
Remove trailing whitespace from a line
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/acpicpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpicpu.c b/sys/dev/acpi/acpicpu.c index 8985db6eedd..d61547ce535 100644 --- a/sys/dev/acpi/acpicpu.c +++ b/sys/dev/acpi/acpicpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpicpu.c,v 1.83 2018/09/19 05:23:16 guenther Exp $ */ +/* $OpenBSD: acpicpu.c,v 1.84 2019/10/16 01:27:59 mlarkin Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> @@ -472,7 +472,7 @@ acpicpu_add_cdeppkg(struct aml_value *val, void *arg) /* * errors: unexpected object type, bad length, mismatched length, - * and bad CSD revision + * and bad CSD revision */ if (val->type != AML_OBJTYPE_PACKAGE || val->length < 6 || val->length != val->v_package[0]->v_integer || |