Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Wrap a long line.



details:   https://anonhg.NetBSD.org/src/rev/98ad9167a3cb
branches:  nick-nhusb
changeset: 334567:98ad9167a3cb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 17 10:10:34 2016 +0000

description:
Wrap a long line.

diffstat:

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

diffs (30 lines):

diff -r 26a6d4f836d6 -r 98ad9167a3cb sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Sat Dec 17 10:08:30 2016 +0000
+++ b/sys/dev/usb/ohci.c        Sat Dec 17 10:10:34 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.80 2016/12/17 10:08:30 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.81 2016/12/17 10:10:34 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.80 2016/12/17 10:08:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.81 2016/12/17 10:10:34 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -2369,7 +2369,10 @@
        DPRINTF("--- dump end ---", 0, 0, 0, 0);
 #endif
 
-#define OHCI_CC_ACCESSED_P(x)          (((x) & OHCI_CC_NOT_ACCESSED_MASK) != OHCI_CC_NOT_ACCESSED)
+#define OHCI_CC_ACCESSED_P(x)  \
+    (((x) & OHCI_CC_NOT_ACCESSED_MASK) != OHCI_CC_NOT_ACCESSED)
+
+
        headp = O32TOH(sed->ed.ed_headp) & OHCI_HEADMASK;
        hit = 0;
        for (; p->xfer == xfer; p = n) {



Home | Main Index | Thread Index | Old Index