From 19bff977d94aaf155fcbcb580d9e5e836e7a99e2 Mon Sep 17 00:00:00 2001 From: miod Date: Sun, 25 Aug 2024 19:57:33 +0000 Subject: [PATCH] typo --- sys/arch/alpha/tc/tc_3000_500.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.20.1