Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sun Fix mis-placed newline.



details:   https://anonhg.NetBSD.org/src/rev/60dcf8acf5ba
branches:  trunk
changeset: 582216:60dcf8acf5ba
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 21 01:12:17 2005 +0000

description:
Fix mis-placed newline.

diffstat:

 sys/dev/sun/cgsix.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 7b1ca5e12d13 -r 60dcf8acf5ba sys/dev/sun/cgsix.c
--- a/sys/dev/sun/cgsix.c       Mon Jun 20 20:40:21 2005 +0000
+++ b/sys/dev/sun/cgsix.c       Tue Jun 21 01:12:17 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cgsix.c,v 1.25 2005/06/04 04:41:40 tsutsui Exp $ */
+/*     $NetBSD: cgsix.c,v 1.26 2005/06/21 01:12:17 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.25 2005/06/04 04:41:40 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.26 2005/06/21 01:12:17 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -669,13 +669,13 @@
                }
 #endif
        }
+       printf("\n");
 
        fb_attach(&sc->sc_fb, isconsole);
        sc->sc_width = fb->fb_type.fb_width;
        sc->sc_stride = fb->fb_type.fb_width;
        sc->sc_height = fb->fb_type.fb_height;
 
-       printf("\n");
        printf("%s: framebuffer size: %d MB\n", sc->sc_dev.dv_xname, 
            sc->sc_ramsize >> 20);
 



Home | Main Index | Thread Index | Old Index