From nobody Tue Apr 23 08:07:53 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41919+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41919+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559720507; cv=none; d=zoho.com; s=zohoarc; b=gBjkV4JT9AMQ5I8CXnMVmJcg86KoaoZwnEraTmQ5URMAaACsp67C3SwGUtAFoCdGTvAHYAsP9G+dtqI5Tj6A114VkfdNI1iaCSiWCOycIY4q273+yujwBEhosvu9CULK0+3fDgE5bU43BJOvY1+zAQI/Ogkt8EJkVUrhzgVpJS4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559720507; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=r4SeLzollInDo48VLjOYAXWZK62nyCNWhAj3yQ+H9TI=; b=abTziDwavDPu/2v9jm6NaqFFW0+Hfl4RaK+mnYHf24TJoGAUb5ARA9oyUxKvOFT0/0rj6GoS4H03tLXJ5c7fRS52zpna2c1uX++7xS97JhRiLJb6uf40u9Kkh2Lf1abq6MO9cTElTlmVTHLy56+Sii0qAD5nCqg79KDWZv4kevo= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41919+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559720507340548.3643749026431; Wed, 5 Jun 2019 00:41:47 -0700 (PDT) Return-Path: X-Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Wed, 05 Jun 2019 00:41:46 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2019 00:41:45 -0700 X-ExtLoop1: 1 X-Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.147]) by orsmga007.jf.intel.com with ESMTP; 05 Jun 2019 00:41:44 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao Subject: [edk2-devel] [edk2-platforms] [patch] Platform/Intel/DebugFeaturePkg: Remove redundant comments Date: Wed, 5 Jun 2019 15:41:30 +0800 Message-Id: <20190605074130.5264-1-dandan.bi@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,dandan.bi@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559720506; bh=rOzeLbzpFd44boKSqCHNSvWXtJoru0EaeizMkJ2JSOw=; h=Cc:Date:From:Reply-To:Subject:To; b=KLiV+bn3iApzjzuq1UqihG+wkGqydi+66f4IP6UHzTlqunIdg9Q1r+316JdPhiSIbWX TIL488zqgM1BpLerPqeKtyaDrMh02JtZPAS/baPYHzDtR7EEZOQkqQ9oOnXw9QnPCNqoO bMffWEvPm0MB/L39kZL/3jdsLnVgFquMHuY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi Reviewed-by: Eric Dong --- .../Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Platform/Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLi= b.h b/Platform/Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.h index 61adf654..0bee2b63 100644 --- a/Platform/Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.h +++ b/Platform/Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.h @@ -49,15 +49,10 @@ Usb3DebugPortWrite ( IN UINT8 *Buffer, IN UINTN NumberOfBytes ); =20 =20 -/** - Read data from USB3 debug port and save the datas in buffer. - - Reads NumberOfBytes data bytes from a serial device into the buffer - specified by Buffer. The number of bytes actua /** Polls a USB3 debug port to see if there is any data waiting to be read. =20 Polls a serial device to see if there is any data waiting to be read. If there is data waiting to be read from the serial device, then TRUE is= returned. --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#41919): https://edk2.groups.io/g/devel/message/41919 Mute This Topic: https://groups.io/mt/31934923/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-