Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci put some strange text within an "#if 0"'d sectio...
details: https://anonhg.NetBSD.org/src/rev/c7150821863e
branches: trunk
changeset: 746690:c7150821863e
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Aug 18 11:15:43 2009 +0000
description:
put some strange text within an "#if 0"'d section into a comment
additionally to appease picky parsers
diffstat:
sys/dev/pci/twa.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 015cd078666d -r c7150821863e sys/dev/pci/twa.c
--- a/sys/dev/pci/twa.c Tue Aug 18 11:12:05 2009 +0000
+++ b/sys/dev/pci/twa.c Tue Aug 18 11:15:43 2009 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
@@ -1321,7 +1321,7 @@
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);
Home |
Main Index |
Thread Index |
Old Index