Module Name:    src
Committed By:   skrll
Date:           Mon Mar 22 23:29:12 UTC 2010

Modified Files:
        src/sys/arch/hppa/hppa: trap.c

Log Message:
Wrap long line.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hppa/hppa/trap.c

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

Modified files:

Index: src/sys/arch/hppa/hppa/trap.c
diff -u src/sys/arch/hppa/hppa/trap.c:1.82 src/sys/arch/hppa/hppa/trap.c:1.83
--- src/sys/arch/hppa/hppa/trap.c:1.82	Mon Mar 22 23:27:05 2010
+++ src/sys/arch/hppa/hppa/trap.c	Mon Mar 22 23:29:11 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap.c,v 1.82 2010/03/22 23:27:05 skrll Exp $	*/
+/*	$NetBSD: trap.c,v 1.83 2010/03/22 23:29:11 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.82 2010/03/22 23:27:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.83 2010/03/22 23:29:11 skrll Exp $");
 
 /* #define INTRDEBUG */
 /* #define TRAPDEBUG */
@@ -966,8 +966,8 @@
 #ifdef DEBUG
 	frame_sanity_check(__func__, __LINE__, type, frame, l);
 	if (frame->tf_flags & TFF_LAST && (curlwp->l_flag & LW_IDLE) == 0)
-		frame_sanity_check(__func__, __LINE__, type, curlwp->l_md.md_regs,
-				   curlwp);
+		frame_sanity_check(__func__, __LINE__, type,
+		    curlwp->l_md.md_regs, curlwp);
 #endif /* DEBUG */
 }
 

Reply via email to