Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add missing whitespace in error message.



details:   https://anonhg.NetBSD.org/src/rev/febc5a3b29a6
branches:  trunk
changeset: 372626:febc5a3b29a6
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Dec 13 21:11:00 2022 +0000

description:
Add missing whitespace in error message.

diffstat:

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

diffs (27 lines):

diff -r b8538cc2b185 -r febc5a3b29a6 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Dec 13 19:08:42 2022 +0000
+++ b/sys/dev/usb/ehci.c        Tue Dec 13 21:11:00 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.311 2022/04/06 22:01:45 mlelstv Exp $ */
+/*     $NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.311 2022/04/06 22:01:45 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -4364,7 +4364,7 @@
        if (epipe->pipe.up_endpoint->ue_edesc->bInterval *
                        xfer->ux_nframes >= sc->sc_flsize - 4) {
                printf("ehci: isoc descriptor requested that spans the entire"
-                   "frametable, too many frames\n");
+                   " frametable, too many frames\n");
                return USBD_INVAL;
        }
 



Home | Main Index | Thread Index | Old Index