NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-hp700/46370: Misplaced parenthesis-



>Number:         46370
>Category:       port-hp700
>Synopsis:       Misplaced parenthesis-
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-hp700-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 25 07:55:00 +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;



Home | Main Index | Thread Index | Old Index