From: miod Date: Sun, 25 Aug 2024 19:57:33 +0000 (+0000) Subject: typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=19bff977d94aaf155fcbcb580d9e5e836e7a99e2;p=openbsd typo --- diff --git a/sys/arch/alpha/tc/tc_3000_500.c b/sys/arch/alpha/tc/tc_3000_500.c index 3a1e362dd09..ac89a1d6b50 100644 --- a/sys/arch/alpha/tc/tc_3000_500.c +++ b/sys/arch/alpha/tc/tc_3000_500.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tc_3000_500.c,v 1.22 2024/08/25 14:51:33 deraadt Exp $ */ +/* $OpenBSD: tc_3000_500.c,v 1.23 2024/08/25 19:57:33 miod Exp $ */ /* $NetBSD: tc_3000_500.c,v 1.24 2001/07/27 00:25:21 thorpej Exp $ */ /* @@ -333,7 +333,7 @@ tc_3000_500_activate(struct device *self, int act) int slot; int rv; - switch (act) + switch (act) { case DVACT_POWERDOWN: rv = config_activate_children(self, act); /* Reset all slots to non-sgmap when halting. */