Module Name: src
Committed By: skrll
Date: Fri Sep 1 13:45:24 UTC 2017
Modified Files:
src/sys/dev/usb [nick-nhusb]: if_cue.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.68.4.15 -r1.68.4.16 src/sys/dev/usb/if_cue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/if_cue.c
diff -u src/sys/dev/usb/if_cue.c:1.68.4.15 src/sys/dev/usb/if_cue.c:1.68.4.16
--- src/sys/dev/usb/if_cue.c:1.68.4.15 Sun Feb 5 13:40:46 2017
+++ src/sys/dev/usb/if_cue.c Fri Sep 1 13:45:24 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cue.c,v 1.68.4.15 2017/02/05 13:40:46 skrll Exp $ */
+/* $NetBSD: if_cue.c,v 1.68.4.16 2017/09/01 13:45:24 skrll Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <[email protected]>. All rights reserved.
@@ -56,7 +56,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.68.4.15 2017/02/05 13:40:46 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.68.4.16 2017/09/01 13:45:24 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -1118,7 +1118,7 @@ cue_init_locked(struct ifnet *ifp)
for (i = 0; i < CUE_RX_LIST_CNT; i++) {
struct cue_chain *c = &sc->cue_cdata.cue_rx_chain[i];
usbd_setup_xfer(c->cue_xfer, c, c->cue_buf, CUE_BUFSZ,
- USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT, cue_rxeof);
+ USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT, cue_rxeof);
usbd_transfer(c->cue_xfer);
}