NetBSD Problem Report #42523

From www@NetBSD.org  Sun Dec 27 08:15:17 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 0E91C63C37E
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 27 Dec 2009 08:15:17 +0000 (UTC)
Message-Id: <20091227081516.B7CD463B844@www.NetBSD.org>
Date: Sun, 27 Dec 2009 08:15:16 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Missing parenthesis in sys/arch/arc/dti/btl.c .
X-Send-Pr-Version: www-1.0

>Number:         42523
>Category:       port-arc
>Synopsis:       Missing parenthesis in sys/arch/arc/dti/btl.c .
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-arc-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 27 08:20:00 +0000 2009
>Closed-Date:    Sun Dec 27 08:42:27 +0000 2009
>Last-Modified:  Sun Dec 27 08:42:27 +0000 2009
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Missing parenthesis found witf cppcheck.
>How-To-Repeat:

>Fix:
diff -u -r1.23 btl.c
--- sys/arch/arc/dti/btl.c	27 Nov 2009 03:23:04 -0000	1.23
+++ sys/arch/arc/dti/btl.c	1 Dec 2009 09:23:09 -0000
@@ -886,7 +886,7 @@
  * Find the board and find it's irq/drq
  */
 int
-bt_find(struct isa_attach_args *ia, struct bt_softc *sc0
+bt_find(struct isa_attach_args *ia, struct bt_softc *sc0)
 {
 	int iobase = ia->ia_iobase;
 	int i;

>Release-Note:

>Audit-Trail:
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/42523 CVS commit: src/sys/arch/arc/dti
Date: Sun, 27 Dec 2009 08:31:11 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sun Dec 27 08:31:10 UTC 2009

 Modified Files:
 	src/sys/arch/arc/dti: btl.c

 Log Message:
 Fix typo on ANSIfy in 2005. PR port-arc/42523


 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arc/dti/btl.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: tsutsui@NetBSD.org
State-Changed-When: Sun, 27 Dec 2009 17:42:27 +0900
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.