Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/dev Wrap long lines.
details: https://anonhg.NetBSD.org/src/rev/80fc665d62ba
branches: trunk
changeset: 751988:80fc665d62ba
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Feb 10 20:32:02 2010 +0000
description:
Wrap long lines.
diffstat:
sys/arch/hp700/dev/mem.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r c2e9e36f5be0 -r 80fc665d62ba sys/arch/hp700/dev/mem.c
--- a/sys/arch/hp700/dev/mem.c Wed Feb 10 19:54:36 2010 +0000
+++ b/sys/arch/hp700/dev/mem.c Wed Feb 10 20:32:02 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mem.c,v 1.21 2009/05/09 11:39:30 skrll Exp $ */
+/* $NetBSD: mem.c,v 1.22 2010/02/10 20:32:02 skrll Exp $ */
/* $OpenBSD: mem.c,v 1.30 2007/09/22 16:21:32 krw Exp $ */
/*
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.21 2009/05/09 11:39:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.22 2010/02/10 20:32:02 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -236,8 +236,10 @@
((struct vi_ctrl *)&vic)->eisa_den = 1;
((struct vi_ctrl *)&vic)->core_prf = 1;
- if (settimeout && ((struct vi_ctrl *)&vic)->vsc_tout == 0)
- ((struct vi_ctrl *)&vic)->vsc_tout = 850; /* clks */
+ if (settimeout &&
+ ((struct vi_ctrl *)&vic)->vsc_tout == 0)
+ /* clks */
+ ((struct vi_ctrl *)&vic)->vsc_tout = 850;
sc->sc_vp->vi_control = vic;
Home |
Main Index |
Thread Index |
Old Index