Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix comment



details:   https://anonhg.NetBSD.org/src/rev/e3c6102af2f6
branches:  trunk
changeset: 345259:e3c6102af2f6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 15 14:00:08 2016 +0000

description:
Fix comment

diffstat:

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

diffs (27 lines):

diff -r 0b74207790fe -r e3c6102af2f6 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Sun May 15 13:59:36 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Sun May 15 14:00:08 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.71 2016/05/15 13:59:36 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.72 2016/05/15 14:00:08 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.71 2016/05/15 13:59:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.72 2016/05/15 14:00:08 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -2332,7 +2332,7 @@
 }
 
 /*
- * slhci_callback is called after the lock is taken from splusb.
+ * slhci_callback is called after the lock.
  */
 static void
 slhci_callback(struct slhci_softc *sc)



Home | Main Index | Thread Index | Old Index