NetBSD Problem Report #46370

From www@NetBSD.org  Wed Apr 25 07:54:14 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id B2E3963CD2A
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 25 Apr 2012 07:54:14 +0000 (UTC)
Message-Id: <20120425075413.84B7C63C4B1@www.NetBSD.org>
Date: Wed, 25 Apr 2012 07:54:13 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Misplaced parenthesis-
X-Send-Pr-Version: www-1.0

>Number:         46370
>Category:       port-hp700
>Synopsis:       Misplaced parenthesis-
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-hp700-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 25 07:55:00 +0000 2012
>Closed-Date:    Wed Apr 25 08:04:27 +0000 2012
>Last-Modified:  Wed Apr 25 08:04:27 +0000 2012
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Misplaced parenthesis in machdep.
>How-To-Repeat:

>Fix:
diff -u -p -r1.110 machdep.c
--- sys/arch/hp700/hp700/machdep.c	5 Apr 2012 20:12:09 -0000	1.110
+++ sys/arch/hp700/hp700/machdep.c	22 Apr 2012 08:39:30 -0000
@@ -1059,7 +1059,7 @@ ibtlb_g(int i, pa_space_t sp, vaddr_t va
 	error = pdcproc_btlb_insert(sp, va, pa, sz, prot, i);
 	if (error < 0) {
 #ifdef BTLBDEBUG
-		DPRINTF(("WARNING: BTLB insert failed (%d)\n", error);
+		DPRINTF(("WARNING: BTLB insert failed (%d)\n", error));
 #endif
 	}
 	return error;

>Release-Note:

>Audit-Trail:
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/46370 CVS commit: src/sys/arch/hp700/hp700
Date: Wed, 25 Apr 2012 07:58:43 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Wed Apr 25 07:58:43 UTC 2012

 Modified Files:
 	src/sys/arch/hp700/hp700: machdep.c

 Log Message:
 Add missing parenthesis in debug code. PR 46370 from Henning Petersen.


 To generate a diff of this commit:
 cvs rdiff -u -r1.110 -r1.111 src/sys/arch/hp700/hp700/machdep.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Wed, 25 Apr 2012 08:04:27 +0000
State-Changed-Why:
fixed, thanks


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.