usr/src/uts/common/io/ib/ibtl/ibtl_impl.c
changeset 7862 f8b6a07acfd6
parent 1093 4dc7aec69dc9
child 8082 f52c9d98dc8c
--- a/usr/src/uts/common/io/ib/ibtl/ibtl_impl.c	Thu Oct 16 13:59:51 2008 -0700
+++ b/usr/src/uts/common/io/ib/ibtl/ibtl_impl.c	Thu Oct 16 16:24:06 2008 -0500
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -20,12 +19,10 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 /*
  * ibtl_impl.c
  *
@@ -102,7 +99,7 @@
 extern struct mod_ops mod_miscops;
 static struct modlmisc modlmisc = {
 	&mod_miscops,			/* Type of module - misc. */
-	"IB Transport Layer v%I%"	/* Name of the Module. */
+	"IB Transport Layer"		/* Name of the Module. */
 };
 
 static struct modlinkage modlinkage = {
@@ -599,7 +596,7 @@
 
 	/* Register the with MPxIO as PHCI */
 	if (mdi_phci_register(MDI_HCI_CLASS_IB, info_p->hca_dip, 0) !=
-		MDI_SUCCESS) {
+	    MDI_SUCCESS) {
 		mutex_exit(&ibtl_clnt_list_mutex);
 		IBTF_DPRINTF_L1(ibtf, "ibc_attach: MPxIO register failed");
 		kmem_free(hca_devp, sizeof (ibtl_hca_devinfo_t) +