Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic KNF a comment.



details:   https://anonhg.NetBSD.org/src/rev/6df3a7f0f26a
branches:  trunk
changeset: 790166:6df3a7f0f26a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 23 11:27:45 2013 +0000

description:
KNF a comment.

diffstat:

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

diffs (31 lines):

diff -r 4b4d1c9394d7 -r 6df3a7f0f26a sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Mon Sep 23 10:46:35 2013 +0000
+++ b/sys/dev/ic/sl811hs.c      Mon Sep 23 11:27:45 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.39 2013/09/23 10:46:35 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.40 2013/09/23 11:27:45 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -85,7 +85,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.39 2013/09/23 10:46:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.40 2013/09/23 11:27:45 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1801,8 +1801,10 @@
        }
 #endif
 
-       /* check IER for corruption occasionally.  Assume that the above
-        * sc_ier == 0 case works correctly. */
+       /*
+        * check IER for corruption occasionally.  Assume that the above
+        * sc_ier == 0 case works correctly.
+        */
        if (__predict_false(sc->sc_ier_check++ > SLHCI_IER_CHECK_FREQUENCY)) {
                sc->sc_ier_check = 0;
                if (sc->sc_ier != slhci_read(sc, SL11_IER)) {



Home | Main Index | Thread Index | Old Index