* [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
@ 2021-08-30 22:36 Rebecca Cran
2021-08-30 23:03 ` Wu, Hao A
2021-08-31 16:19 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 4+ messages in thread
From: Rebecca Cran @ 2021-08-30 22:36 UTC (permalink / raw)
To: Jian J Wang, Hao A Wu; +Cc: Rebecca Cran, devel
Fix a typo of "memory" in a debug message in RamDiskProtocol.c.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
index 4333e000539b..a45a55c82306 100644
--- a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
+++ b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
@@ -195,7 +195,7 @@ RamDiskPublishNfit (
MemoryFound = TRUE;
DEBUG ((
EFI_D_INFO,
- "RamDiskPublishNfit: RAM disk with reserved meomry type, will publish to NFIT.\n"
+ "RamDiskPublishNfit: RAM disk with reserved memory type, will publish to NFIT.\n"
));
break;
}
--
2.31.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
2021-08-30 22:36 [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message Rebecca Cran
@ 2021-08-30 23:03 ` Wu, Hao A
2021-09-03 3:12 ` [edk2-devel] " Wu, Hao A
2021-08-31 16:19 ` Philippe Mathieu-Daudé
1 sibling, 1 reply; 4+ messages in thread
From: Wu, Hao A @ 2021-08-30 23:03 UTC (permalink / raw)
To: Rebecca Cran, Wang, Jian J; +Cc: devel@edk2.groups.io
> -----Original Message-----
> From: Rebecca Cran <rebecca@bsdio.com>
> Sent: Tuesday, August 31, 2021 6:37 AM
> To: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>
> Cc: Rebecca Cran <rebecca@bsdio.com>; devel@edk2.groups.io
> Subject: [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe
> debug message
>
> Fix a typo of "memory" in a debug message in RamDiskProtocol.c.
>
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
> MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> index 4333e000539b..a45a55c82306 100644
> --- a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> +++ b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> @@ -195,7 +195,7 @@ RamDiskPublishNfit (
> MemoryFound = TRUE;
> DEBUG ((
> EFI_D_INFO,
> - "RamDiskPublishNfit: RAM disk with reserved meomry type, will publish to
> NFIT.\n"
> + "RamDiskPublishNfit: RAM disk with reserved memory type, will publish to
> NFIT.\n"
Thanks.
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Best Regards,
Hao Wu
> ));
> break;
> }
> --
> 2.31.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
2021-08-30 22:36 [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message Rebecca Cran
2021-08-30 23:03 ` Wu, Hao A
@ 2021-08-31 16:19 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-31 16:19 UTC (permalink / raw)
To: devel, rebecca, Jian J Wang, Hao A Wu
On 8/31/21 12:36 AM, Rebecca Cran wrote:
> Fix a typo of "memory" in a debug message in RamDiskProtocol.c.
>
> Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> ---
> MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
2021-08-30 23:03 ` Wu, Hao A
@ 2021-09-03 3:12 ` Wu, Hao A
0 siblings, 0 replies; 4+ messages in thread
From: Wu, Hao A @ 2021-09-03 3:12 UTC (permalink / raw)
To: devel@edk2.groups.io, Wu, Hao A, Rebecca Cran, Wang, Jian J
Pushed via:
PR - https://github.com/tianocore/edk2/pull/1947
Commit - https://github.com/tianocore/edk2/commit/c5e805ffe1098601e84fd501d5fa1d45e9d96a62
Best Regards,
Hao Wu
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Wu, Hao
> A
> Sent: Tuesday, August 31, 2021 7:03 AM
> To: Rebecca Cran <rebecca@bsdio.com>; Wang, Jian J
> <jian.j.wang@intel.com>
> Cc: devel@edk2.groups.io
> Subject: Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix typo of
> "memory" in RamDiskDxe debug message
>
> > -----Original Message-----
> > From: Rebecca Cran <rebecca@bsdio.com>
> > Sent: Tuesday, August 31, 2021 6:37 AM
> > To: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> > <hao.a.wu@intel.com>
> > Cc: Rebecca Cran <rebecca@bsdio.com>; devel@edk2.groups.io
> > Subject: [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in
> RamDiskDxe
> > debug message
> >
> > Fix a typo of "memory" in a debug message in RamDiskProtocol.c.
> >
> > Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
> > ---
> > MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> > b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> > index 4333e000539b..a45a55c82306 100644
> > --- a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> > +++ b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
> > @@ -195,7 +195,7 @@ RamDiskPublishNfit (
> > MemoryFound = TRUE;
> > DEBUG ((
> > EFI_D_INFO,
> > - "RamDiskPublishNfit: RAM disk with reserved meomry type, will
> publish to
> > NFIT.\n"
> > + "RamDiskPublishNfit: RAM disk with reserved memory type, will
> > + publish to
> > NFIT.\n"
>
>
> Thanks.
> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
>
> Best Regards,
> Hao Wu
>
>
> > ));
> > break;
> > }
> > --
> > 2.31.1
> >
>
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-09-03 3:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-30 22:36 [PATCH 1/1] MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message Rebecca Cran
2021-08-30 23:03 ` Wu, Hao A
2021-09-03 3:12 ` [edk2-devel] " Wu, Hao A
2021-08-31 16:19 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox