summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ntxn/unm_gem.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/ntxn/unm_gem.c')
-rw-r--r--usr/src/uts/common/io/ntxn/unm_gem.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ntxn/unm_gem.c b/usr/src/uts/common/io/ntxn/unm_gem.c
index c08f99d5ab..832a87450b 100644
--- a/usr/src/uts/common/io/ntxn/unm_gem.c
+++ b/usr/src/uts/common/io/ntxn/unm_gem.c
@@ -26,6 +26,11 @@
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+
+/*
+ * Copyright (c) 2018, Joyent, Inc.
+ */
+
#include <sys/types.h>
#include <sys/conf.h>
#include <sys/debug.h>
@@ -1355,7 +1360,7 @@ unmdetach(dev_info_t *dip, ddi_detach_cmd_t cmd)
unm_adapter *adapter = (unm_adapter *)ddi_get_driver_private(dip);
if (adapter == NULL)
- return (DDI_FAILURE);
+ return (DDI_FAILURE);
switch (cmd) {
case DDI_DETACH: