From bac4a82de064b66bcddd89470f0d7157540e1f5f Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 19 Jul 2008 10:02:09 +0000 Subject: [PATCH] Unbreak the tree. Pointed out by James Hartley. --- sys/arch/sparc64/sparc64/rbus_machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc64/sparc64/rbus_machdep.c b/sys/arch/sparc64/sparc64/rbus_machdep.c index 358367eec9e..3a7bbadfd87 100644 --- a/sys/arch/sparc64/sparc64/rbus_machdep.c +++ b/sys/arch/sparc64/sparc64/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.3 2008/07/18 22:05:29 kettenis Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.4 2008/07/19 10:02:09 kettenis Exp $ */ /* * Copyright (c) 2007 Mark Kettenis @@ -48,7 +48,7 @@ rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) int node = PCITAG_NODE(pa->pa_tag); char buf[32]; - /* Check for the UltraBook PCMCIA controller. *// + /* Check for the UltraBook PCMCIA controller. */ if (OF_getprop(node, "name", &buf, sizeof(buf)) > 0 && strcmp(buf, "pcma") == 0) { len = OF_getprop(PCITAG_NODE(pa->pa_tag), "assigned-addresses", @@ -94,7 +94,7 @@ rbus_pccbb_parent_io(struct device *self, struct pci_attach_args *pa) int node = PCITAG_NODE(pa->pa_tag); char buf[32]; - /* Check for the UltraBook PCMCIA controller. *// + /* Check for the UltraBook PCMCIA controller. */ if (OF_getprop(node, "name", &buf, sizeof(buf)) > 0 && strcmp(buf, "pcma") == 0) { len = OF_getprop(PCITAG_NODE(pa->pa_tag), "assigned-addresses", -- 2.20.1