From b664061f7bf47f885e4f325a1f1ea21e8e09ea4b Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 16 Oct 2018 11:27:12 +0300 Subject: [PATCH] 9900 fcip: debug statement is mixed up Reviewed by: Andy Fiddaman Reviewed by: Yuri Pankov Approved by: Dan McDonald --- usr/src/uts/common/io/fibre-channel/ulp/fcip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c index c09f6fb613..b4aaef3437 100644 --- a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c +++ b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c @@ -5248,8 +5248,8 @@ fcip_udreq(queue_t *wq, mblk_t *mp) if (fdestp == NULL) { FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE, - "udreq - couldn't find dest struct for remote port"); - dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0)); + "udreq - couldn't find dest struct for remote port")); + dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0); return; } -- 2.11.4.GIT