* [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
@ 2022-12-01 16:04 Rebecca Cran
2022-12-01 23:36 ` Chang, Abner
0 siblings, 1 reply; 3+ messages in thread
From: Rebecca Cran @ 2022-12-01 16:04 UTC (permalink / raw)
To: devel, Abner Chang, Nickle Wang; +Cc: Rebecca Cran
Fix a typo of "RedfishLibs.dsc.inc" in RedfishLibs.dsc.inc, and correct
the name of the .fdf.inc filename in Redfish.fdf.inc.
Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
---
RedfishPkg/RedfishLibs.dsc.inc | 2 +-
RedfishPkg/Redfish.fdf.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index 50e5dda77357..56950b711f12 100644
--- a/RedfishPkg/RedfishLibs.dsc.inc
+++ b/RedfishPkg/RedfishLibs.dsc.inc
@@ -2,7 +2,7 @@
# Redfish DSC include file for [LibraryClasses*] section of all Architectures.
#
# This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
-# by using "!include RedfishPkg/RedfisLibs.dsc.inc" to specify the library instances
+# by using "!include RedfishPkg/RedfishLibs.dsc.inc" to specify the library instances
# of EDKII network library classes.
#
# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
diff --git a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc
index 60f31cfcee0c..67e046991424 100644
--- a/RedfishPkg/Redfish.fdf.inc
+++ b/RedfishPkg/Redfish.fdf.inc
@@ -2,7 +2,7 @@
# Redfish FDF include file for [FV*] section of all Architectures.
#
# This file can be included to the [FV*] section(s) of a platform FDF file
-# by using "!include RedfishPkg/RedfisLibs.fdf.inc" to specify the module instances
+# by using "!include RedfishPkg/Redfish.fdf.inc" to specify the module instances
# to be built in the firmware volume.
#
# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
2022-12-01 16:04 [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames Rebecca Cran
@ 2022-12-01 23:36 ` Chang, Abner
2022-12-02 3:44 ` Nickle Wang
0 siblings, 1 reply; 3+ messages in thread
From: Chang, Abner @ 2022-12-01 23:36 UTC (permalink / raw)
To: Rebecca Cran, devel@edk2.groups.io, Nickle Wang; +Cc: Igor Kulchytskyy
[-- Attachment #1: Type: text/plain, Size: 2288 bytes --]
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@amd.com>
> -----Original Message-----
> From: Rebecca Cran <rebecca@quicinc.com>
> Sent: Friday, December 2, 2022 12:04 AM
> To: devel@edk2.groups.io; Chang, Abner <Abner.Chang@amd.com>; Nickle
> Wang <nicklew@nvidia.com>
> Cc: Rebecca Cran <rebecca@quicinc.com>
> Subject: [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> Fix a typo of "RedfishLibs.dsc.inc" in RedfishLibs.dsc.inc, and correct the name
> of the .fdf.inc filename in Redfish.fdf.inc.
>
> Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
> ---
> RedfishPkg/RedfishLibs.dsc.inc | 2 +-
> RedfishPkg/Redfish.fdf.inc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
> index 50e5dda77357..56950b711f12 100644
> --- a/RedfishPkg/RedfishLibs.dsc.inc
> +++ b/RedfishPkg/RedfishLibs.dsc.inc
> @@ -2,7 +2,7 @@
> # Redfish DSC include file for [LibraryClasses*] section of all Architectures.
> #
> # This file can be included to the [LibraryClasses*] section(s) of a platform DSC
> file -# by using "!include RedfishPkg/RedfisLibs.dsc.inc" to specify the library
> instances
> +# by using "!include RedfishPkg/RedfishLibs.dsc.inc" to specify the
> +library instances
> # of EDKII network library classes.
> #
> # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR> diff --git
> a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc index
> 60f31cfcee0c..67e046991424 100644
> --- a/RedfishPkg/Redfish.fdf.inc
> +++ b/RedfishPkg/Redfish.fdf.inc
> @@ -2,7 +2,7 @@
> # Redfish FDF include file for [FV*] section of all Architectures.
> #
> # This file can be included to the [FV*] section(s) of a platform FDF file -# by
> using "!include RedfishPkg/RedfisLibs.fdf.inc" to specify the module instances
> +# by using "!include RedfishPkg/Redfish.fdf.inc" to specify the module
> +instances
> # to be built in the firmware volume.
> #
> # (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
> --
> 2.30.2
[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 16320 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
2022-12-01 23:36 ` Chang, Abner
@ 2022-12-02 3:44 ` Nickle Wang
0 siblings, 0 replies; 3+ messages in thread
From: Nickle Wang @ 2022-12-02 3:44 UTC (permalink / raw)
To: Chang, Abner, Rebecca Cran, devel@edk2.groups.io; +Cc: Igor Kulchytskyy
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
Regards,
Nickle
-----Original Message-----
From: Chang, Abner <Abner.Chang@amd.com>
Sent: Friday, December 2, 2022 7:36 AM
To: Rebecca Cran <rebecca@quicinc.com>; devel@edk2.groups.io; Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Subject: RE: [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
External email: Use caution opening links or attachments
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@amd.com>
> -----Original Message-----
> From: Rebecca Cran <rebecca@quicinc.com>
> Sent: Friday, December 2, 2022 12:04 AM
> To: devel@edk2.groups.io; Chang, Abner <Abner.Chang@amd.com>; Nickle
> Wang <nicklew@nvidia.com>
> Cc: Rebecca Cran <rebecca@quicinc.com>
> Subject: [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames
>
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
>
>
> Fix a typo of "RedfishLibs.dsc.inc" in RedfishLibs.dsc.inc, and
> correct the name of the .fdf.inc filename in Redfish.fdf.inc.
>
> Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
> ---
> RedfishPkg/RedfishLibs.dsc.inc | 2 +-
> RedfishPkg/Redfish.fdf.inc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/RedfishPkg/RedfishLibs.dsc.inc
> b/RedfishPkg/RedfishLibs.dsc.inc index 50e5dda77357..56950b711f12
> 100644
> --- a/RedfishPkg/RedfishLibs.dsc.inc
> +++ b/RedfishPkg/RedfishLibs.dsc.inc
> @@ -2,7 +2,7 @@
> # Redfish DSC include file for [LibraryClasses*] section of all Architectures.
> #
> # This file can be included to the [LibraryClasses*] section(s) of a
> platform DSC file -# by using "!include RedfishPkg/RedfisLibs.dsc.inc"
> to specify the library instances
> +# by using "!include RedfishPkg/RedfishLibs.dsc.inc" to specify the
> +library instances
> # of EDKII network library classes.
> #
> # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
> diff --git a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc
> index
> 60f31cfcee0c..67e046991424 100644
> --- a/RedfishPkg/Redfish.fdf.inc
> +++ b/RedfishPkg/Redfish.fdf.inc
> @@ -2,7 +2,7 @@
> # Redfish FDF include file for [FV*] section of all Architectures.
> #
> # This file can be included to the [FV*] section(s) of a platform FDF
> file -# by using "!include RedfishPkg/RedfisLibs.fdf.inc" to specify
> the module instances
> +# by using "!include RedfishPkg/Redfish.fdf.inc" to specify the
> +module instances
> # to be built in the firmware volume.
> #
> # (C) Copyright 2020-2021 Hewlett Packard Enterprise Development
> LP<BR>
> --
> 2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-02 3:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01 16:04 [PATCH 1/1] RedfishPkg: Fix typos of the .inc filenames Rebecca Cran
2022-12-01 23:36 ` Chang, Abner
2022-12-02 3:44 ` Nickle Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox