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 incorrect comment



details:   https://anonhg.NetBSD.org/src/rev/81068d32523c
branches:  trunk
changeset: 815325:81068d32523c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 11 21:05:12 2016 +0000

description:
Remove incorrect comment

diffstat:

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

diffs (26 lines):

diff -r c1851d977863 -r 81068d32523c sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Wed May 11 21:03:01 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Wed May 11 21:05:12 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1372,7 +1372,6 @@
 void
 slhci_done(struct usbd_xfer *xfer)
 {
-       /* xfer may not be valid here */
 }
 
 void



Home | Main Index | Thread Index | Old Index