From c8bb344c69b289d1d38a720aa0571f3b13021a2a Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 18 Aug 2009 11:15:43 +0000 Subject: [PATCH] put some strange text within an "#if 0"'d section into a comment additionally to appease picky parsers --- sys/dev/pci/twa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/twa.c b/sys/dev/pci/twa.c index 47f11b3b0d42..7674c4d47bd6 100644 --- a/sys/dev/pci/twa.c +++ b/sys/dev/pci/twa.c @@ -1,4 +1,4 @@ -/* $NetBSD: twa.c,v 1.32 2009/07/31 20:47:25 bouyer Exp $ */ +/* $NetBSD: twa.c,v 1.33 2009/08/18 11:15:43 drochner Exp $ */ /* $wasabi: twa.c,v 1.27 2006/07/28 18:17:21 wrstuden Exp $ */ /*- @@ -67,7 +67,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.32 2009/07/31 20:47:25 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.33 2009/08/18 11:15:43 drochner Exp $"); #include #include @@ -1321,7 +1321,7 @@ twa_check_response_q(struct twa_request *tr, int clear) req = tr; if ((tr->tr_cmd_pkt_type & TWA_CMD_PKT_TYPE_EXTERNAL) != 0) { - XXX this is bogus ! req can't be anything else but tr ! + /* XXX this is bogus ! req can't be anything else but tr ! */ if (req->tr_request_id == tr->tr_request_id) panic("req id: %d on controller queue twice", tr->tr_request_id);