Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove unnecessary whitespace from attach message.



details:   https://anonhg.NetBSD.org/src/rev/b74663f849e6
branches:  trunk
changeset: 344891:b74663f849e6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 26 10:10:27 2016 +0000

description:
Remove unnecessary whitespace from attach message.

>From Felix Deichmann

diffstat:

 sys/dev/ic/sl811hs.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 7e871a01ffb9 -r b74663f849e6 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Tue Apr 26 09:31:18 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Tue Apr 26 10:10:27 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.53 2016/04/26 09:08:55 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.54 2016/04/26 10:10:27 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.53 2016/04/26 09:08:55 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.54 2016/04/26 10:10:27 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1184,11 +1184,11 @@
 #endif
 
        if (t->sltype == SLTYPE_SL811HS_R12)
-               rev = " (rev 1.2)";
+               rev = "(rev 1.2)";
        else if (t->sltype == SLTYPE_SL811HS_R14)
-               rev = " (rev 1.4 or 1.5)";
+               rev = "(rev 1.4 or 1.5)";
        else
-               rev = " (unknown revision)";
+               rev = "(unknown revision)";
 
        aprint_normal("%s: ScanLogic SL811HS/T USB Host Controller %s\n",
            SC_NAME(sc), rev);



Home | Main Index | Thread Index | Old Index