From 00f453f4ebc211cb928f19a54d3f4edd61f43279 Mon Sep 17 00:00:00 2001 From: Rob Johnston Date: Wed, 23 Oct 2019 01:02:17 -0700 Subject: 11862 cleanup smatch/cstyle/wscheck issues in usr/src/lib/sun_sas/ Reviewed by: Andy Fiddaman Reviewed by: Andy Stormont Reviewed by: Igor Kozhukhov Reviewed by: Kody Kantor Approved by: Robert Mustacchi --- usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c') diff --git a/usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c b/usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c index 4556b4f86e..f4f515efd0 100644 --- a/usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c +++ b/usr/src/lib/sun_sas/common/Sun_sasOpenAdapter.c @@ -23,6 +23,9 @@ * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* + * Copyright 2019 Joyent, Inc. + */ #include @@ -36,7 +39,7 @@ */ HBA_HANDLE Sun_sasOpenAdapter(char *name) { const char ROUTINE[] = "Sun_sasOpenAdapter"; - struct sun_sas_hba *hba_ptr; + struct sun_sas_hba *hba_ptr; if (name == NULL) { log(LOG_DEBUG, ROUTINE, "NULL adapter name."); -- cgit v1.2.3