Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic put back missing arg



details:   https://anonhg.NetBSD.org/src/rev/2f8fc7548322
branches:  trunk
changeset: 328776:2f8fc7548322
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 17 18:17:09 2014 +0000

description:
put back missing arg

diffstat:

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

diffs (27 lines):

diff -r 1af664aa523e -r 2f8fc7548322 sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Thu Apr 17 18:15:49 2014 +0000
+++ b/sys/dev/ic/aic79xx.c      Thu Apr 17 18:17:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.c,v 1.48 2014/04/17 16:04:47 christos Exp $    */
+/*     $NetBSD: aic79xx.c,v 1.49 2014/04/17 18:17:09 christos Exp $    */
 
 /*
  * Core routines and tables shareable across OS platforms.
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.48 2014/04/17 16:04:47 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.49 2014/04/17 18:17:09 christos Exp $");
 
 #include <dev/ic/aic79xx_osm.h>
 #include <dev/ic/aic79xx_inline.h>
@@ -8609,7 +8609,7 @@
        if (table == NULL) {
                if (printed < sizeof(line))
                    printed += snprintf(&line[printed],
-                       (sizeof line) - printed,
+                       (sizeof line) - printed, " ");
                printf("%s", line);
                if (cur_column != NULL)
                        *cur_column += printed;



Home | Main Index | Thread Index | Old Index