From nobody Thu May 16 07:30:22 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67516+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67516+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1605251931; cv=none; d=zohomail.com; s=zohoarc; b=f/Ce6TnwcAdacssJV9gifrhJXhIjcd/Btf1Kz844xX3lpUU8THt4eMjEj3jKfhZg8F9nsv4IlN0MIE+gWTlauHfR6TX9kZui/gBeQe6+2qdsmermAYPJ93HPwTdah9/5/MQ1U914sCoJo3eDx4uqYDfLxEnQEeKkTt8FZ6Es56U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1605251931; h=Content-Transfer-Encoding:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=M+ie5c35RgtpHQZMlrFAhrrGHiVlkKBYwMjOiuoLIOU=; b=NAMdJCDyrcPGNfSmr0CGss2YHoWpwzw9H4gyVxjPrmqBruUWtB4EajRmDjOZmeiYKaeghBxlMDK/fN8BL06eGtrAAU3Zz4ZLyn/8OYgsr3VQ2vtSwcEBnqYZU4HWYshGA6l1d1id1VKm3akc/63li7a8hhnZZWcU/Eypb+p3/w0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67516+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1605251931333262.818090774433; Thu, 12 Nov 2020 23:18:51 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id LG1YYY1788612xirqrnXIcFO; Thu, 12 Nov 2020 23:18:50 -0800 X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.1172.1605251928740764172 for ; Thu, 12 Nov 2020 23:18:50 -0800 X-Received: from localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 13 Nov 2020 15:18:42 +0800 X-WM-Sender: zhuenze@byosoft.com.cn From: "Enze Zhu" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] MdePkg: fix the error comment Date: Fri, 13 Nov 2020 15:18:27 +0800 Message-Id: <20201113071827.323-1-zhuenze@byosoft.com.cn> MIME-Version: 1.0 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,zhuenze@byosoft.com.cn X-Gm-Message-State: xzr60IU2HdbhkE1ZaCjLHjbnx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1605251930; bh=Hhl9l1RybjBoJQ2RORLmL3l8+gpRTljJYxL3ZeAUCBM=; h=Date:From:Reply-To:Subject:To; b=pz8EZci4UnHsE56EmZGrSsYDtP5aFdsFiX5eFVWCNwEB3a9ezBnEOKuItobBIST6OvW w5IvYNExZbKiwHkN0rSsWc/bKh1xfkHEaO8MewcmkX7rj8jBOAgzC3ETA5ylvwc+MwbKI zgrfPeQeIMFWAhDiofTqY4Y1GeRXFi7N4pc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" correct the function InternalBaseLibBitFieldOrUint() comments. Signed-off-by: Enze Zhu --- MdePkg/Library/BaseLib/BitField.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseLib/BitField.c b/MdePkg/Library/BaseLib/Bit= Field.c index 0f48a036ba..dc16729d35 100644 --- a/MdePkg/Library/BaseLib/BitField.c +++ b/MdePkg/Library/BaseLib/BitField.c @@ -40,7 +40,7 @@ InternalBaseLibBitFieldReadUint ( and returns the result. =20 Performs a bitwise OR between the bit field specified by StartBit and En= dBit - in Operand and the value specified by AndData. All other bits in Operand= are + in Operand and the value specified by OrData. All other bits in Operand = are preserved. The new value is returned. =20 If OrData is larger than the bitmask value range specified by StartBit a= nd EndBit, then ASSERT(). --=20 2.27.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 (#67516): https://edk2.groups.io/g/devel/message/67516 Mute This Topic: https://groups.io/mt/78225220/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-