summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/usb/usba/hubdi.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-01-14 19:42:58 +0000
committerRobert Mustacchi <rm@joyent.com>2019-01-14 19:43:02 +0000
commit15c07adc1c7b828006b5e3c4d528b92229d6bd23 (patch)
treeb87431dfe1fc2a248f91c37cc6c46428a4ec8dfd /usr/src/uts/common/io/usb/usba/hubdi.c
parent5661bb7641e85c46713da7a3002b29ecd2c3daf0 (diff)
downloadillumos-joyent-15c07adc1c7b828006b5e3c4d528b92229d6bd23.tar.gz
10081 smatch indenting fixes for usr/src/uts
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/common/io/usb/usba/hubdi.c')
-rw-r--r--usr/src/uts/common/io/usb/usba/hubdi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/usb/usba/hubdi.c b/usr/src/uts/common/io/usb/usba/hubdi.c
index 1cee13edd1..e3f3722de8 100644
--- a/usr/src/uts/common/io/usb/usba/hubdi.c
+++ b/usr/src/uts/common/io/usb/usba/hubdi.c
@@ -22,7 +22,7 @@
* Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved.
* Copyright 2014 Nexenta Systems, Inc. All rights reserved.
- * Copyright 2016 Joyent, Inc.
+ * Copyright (c) 2018, Joyent, Inc.
*/
/*
@@ -6799,7 +6799,7 @@ hubd_delete_child(hubd_t *hubd, usb_port_t port, uint_t flag, boolean_t retry)
if (hubd->h_children_dips[port] == child_dip) {
usba_device_t *ud =
hubd->h_usba_devices[port];
- hubd->h_children_dips[port] = NULL;
+ hubd->h_children_dips[port] = NULL;
if (ud) {
mutex_exit(HUBD_MUTEX(hubd));