summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.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/clients/video/usbvc/usbvc.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/clients/video/usbvc/usbvc.c')
-rw-r--r--usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c b/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
index c2bae40ba4..6257ec100e 100644
--- a/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
+++ b/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
@@ -22,6 +22,9 @@
* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
*/
+/*
+ * Copyright (c) 2018, Joyent, Inc.
+ */
/*
* USB video class driver (usbvc(7D))
@@ -1337,8 +1340,8 @@ usbvc_pwrlvl0(usbvc_state_t *usbvcp)
case USB_DEV_ONLINE:
/* Deny the powerdown request if the device is busy */
if (usbvcp->usbvc_pm->usbvc_pm_busy != 0) {
- USB_DPRINTF_L2(PRINT_MASK_PM, usbvcp->usbvc_log_handle,
- "usbvc_pwrlvl0: usbvc_pm_busy");
+ USB_DPRINTF_L2(PRINT_MASK_PM, usbvcp->usbvc_log_handle,
+ "usbvc_pwrlvl0: usbvc_pm_busy");
return (USB_FAILURE);
}