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 Fix indent
details: https://anonhg.NetBSD.org/src/rev/f46b6ebe1518
branches: nick-nhusb
changeset: 334516:f46b6ebe1518
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jun 09 04:57:43 2016 +0000
description:
Fix indent
diffstat:
sys/dev/usb/umct.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 71b66d21835a -r f46b6ebe1518 sys/dev/usb/umct.c
--- a/sys/dev/usb/umct.c Sun Jun 05 10:50:36 2016 +0000
+++ b/sys/dev/usb/umct.c Thu Jun 09 04:57:43 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umct.c,v 1.32.24.13 2016/05/30 06:54:17 skrll Exp $ */
+/* $NetBSD: umct.c,v 1.32.24.14 2016/06/09 04:57:43 skrll Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.32.24.13 2016/05/30 06:54:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.32.24.14 2016/06/09 04:57:43 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -576,7 +576,7 @@
if (err) {
DPRINTF(("%s: cannot open interrupt pipe (addr %d)\n",
device_xname(sc->sc_dev), sc->sc_intr_number));
- return EIO;
+ return EIO;
}
}
Home |
Main Index |
Thread Index |
Old Index