From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 5312E740032 for ; Mon, 19 Feb 2024 20:29:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=U9w3zIY0IZJISciOCR1POmSaC9OtvbWWIAaVV8yFUBo=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1708374540; v=1; b=ieCe71eL/iK9DToa54GDtaqzTMyM9wQWJ5lEpmRa39KzCr6FA/6vb0eqtMUuztZJko2FgeFM cr9nwBg4s8qEkDIp8MQDSElg315P+qynCLPrgIu2ZyxGSp2B+LF5NeEVAxBouecMgtSUUa2xCPp +Da/E0WopLyJHGHm414a1GMA= X-Received: by 127.0.0.2 with SMTP id gxIFYY7687511xaOTr1h8WaG; Mon, 19 Feb 2024 12:29:00 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.4591.1708374540054072248 for ; Mon, 19 Feb 2024 12:29:00 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-444-rvEd8f_NOKqsJJqxD5NX4g-1; Mon, 19 Feb 2024 15:28:56 -0500 X-MC-Unique: rvEd8f_NOKqsJJqxD5NX4g-1 X-Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B000D185A780; Mon, 19 Feb 2024 20:28:55 +0000 (UTC) X-Received: from [10.39.194.20] (unknown [10.39.194.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 334E61BDD1; Mon, 19 Feb 2024 20:28:55 +0000 (UTC) Message-ID: <18246fe5-4578-d383-cd34-a63450d11b6c@redhat.com> Date: Mon, 19 Feb 2024 21:28:54 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH 2/2] MdeModulePkg/NvmExpressDxe: use format "0x%lx" for UINT64 values. To: devel@edk2.groups.io, mike.maslenkin@gmail.com Cc: ray.ni@intel.com References: <20240216212659.14849-1-mike.maslenkin@gmail.com> <20240216212659.14849-3-mike.maslenkin@gmail.com> From: "Laszlo Ersek" In-Reply-To: <20240216212659.14849-3-mike.maslenkin@gmail.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: 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,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: upy4XdA1mptnOtqLPpsmiH6Sx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=ieCe71eL; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 2/16/24 22:26, Mike Maslenkin wrote: > Signed-off-by: Mike Maslenkin > Cc: Ray Ni > --- > MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c b/MdeModuleP= kg/Bus/Pci/NvmExpressDxe/NvmExpress.c > index dfa3653d6a5e..069da12a9b1b 100644 > --- a/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c > +++ b/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c > @@ -288,9 +288,9 @@ EnumerateNvmeDevNamespace ( > // Dump NvmExpress Identify Namespace Data > // > DEBUG ((DEBUG_INFO, " =3D=3D NVME IDENTIFY NAMESPACE [%d] DATA =3D= =3D\n", NamespaceId)); > - DEBUG ((DEBUG_INFO, " NSZE : 0x%x\n", NamespaceData->Nsze)= ); > - DEBUG ((DEBUG_INFO, " NCAP : 0x%x\n", NamespaceData->Ncap)= ); > - DEBUG ((DEBUG_INFO, " NUSE : 0x%x\n", NamespaceData->Nuse)= ); > + DEBUG ((DEBUG_INFO, " NSZE : 0x%lx\n", NamespaceData->Nsze= )); > + DEBUG ((DEBUG_INFO, " NCAP : 0x%lx\n", NamespaceData->Ncap= )); > + DEBUG ((DEBUG_INFO, " NUSE : 0x%lx\n", NamespaceData->Nuse= )); > DEBUG ((DEBUG_INFO, " LBAF0.LBADS : 0x%x\n", (NamespaceData->LbaF= ormat[0].Lbads))); > =20 > // series Reviewed-by: Laszlo Ersek -=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 (#115601): https://edk2.groups.io/g/devel/message/115601 Mute This Topic: https://groups.io/mt/104401877/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-