From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: dandan.bi@intel.com) 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 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 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-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> X-Mailer: git-send-email 2.18.0.windows.1 Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi --- .../Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Platform/Intel/DebugFeaturePkg/Include/Library/Usb3DebugPortLib.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 ); -/** - 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. 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. -- 2.18.0.windows.1