public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line
@ 2019-09-06 17:16 Zhang, Shenglei
  2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Zhang, Shenglei @ 2019-09-06 17:16 UTC (permalink / raw)
  To: devel; +Cc: Eric Dong, Liming Gao

The original end of last line is '/r'. Now update it to '/r/n'.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
    The v1 patch is "BoardModulePkg/CmosAccessLib: Remove white ending line".

 .../BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
index 77ea219f..f84d6d1a 100644
--- a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
+++ b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
@@ -25,4 +25,4 @@
 
 [Packages]
   MdePkg/MdePkg.dec
-  BoardModulePkg/BoardModulePkg.dec
\ No newline at end of file
+  BoardModulePkg/BoardModulePkg.dec
-- 
2.18.0.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line
  2019-09-06 17:16 [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Zhang, Shenglei
@ 2019-09-06 17:16 ` Zhang, Shenglei
  2019-09-09  1:25   ` Dandan Bi
  2019-09-23  9:52   ` [edk2-devel] " Philippe Mathieu-Daudé
  2019-09-06 17:16 ` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Zhang, Shenglei
  2019-09-09  0:35 ` [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Dong, Eric
  2 siblings, 2 replies; 9+ messages in thread
From: Zhang, Shenglei @ 2019-09-06 17:16 UTC (permalink / raw)
  To: devel; +Cc: Dandan Bi, Liming Gao

The original the of last line is '/r'. Now update it to '/r/n'.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
    The v1 patch is "UserInterfaceFeaturePkg:Remove white ending line in DSC file".

 .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
index e97bed53..6c5f77b5 100644
--- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
+++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
@@ -77,4 +77,4 @@
   UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.inf
 
 [BuildOptions]
-  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
\ No newline at end of file
+  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
-- 
2.18.0.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format
  2019-09-06 17:16 [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Zhang, Shenglei
  2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
@ 2019-09-06 17:16 ` Zhang, Shenglei
  2019-09-09  0:35   ` Dong, Eric
  2019-09-23  9:53   ` [edk2-devel] " Philippe Mathieu-Daudé
  2019-09-09  0:35 ` [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Dong, Eric
  2 siblings, 2 replies; 9+ messages in thread
From: Zhang, Shenglei @ 2019-09-06 17:16 UTC (permalink / raw)
  To: devel; +Cc: Eric Dong, Liming Gao

Remove white space in AcpiDebug.c.
The original end of last line in DebugFeaturePkg.dsc is '/r'.
Now update it to '/r/n'.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
    The v1 patch is "DebugFeaturePkg: Remove white space and white ending line".

 Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +--
 Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
index f9cd8bcb..5ad8d259 100644
--- a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
+++ b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
@@ -487,7 +487,7 @@ InitializeAcpiDebugSmm (
   if (EFI_ERROR (Status)) {
     return Status;
   }
-  
+
   Status = SmmBase2->InSmm (SmmBase2, &InSmm);
   ASSERT_EFI_ERROR (Status);
   if (EFI_ERROR (Status)) {
@@ -519,4 +519,3 @@ InitializeAcpiDebugSmm (
 
   return Status;
 }
-
diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
index 30f57d5d..8e5ff4c9 100644
--- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
+++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
@@ -98,4 +98,4 @@
   DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf
 
 [BuildOptions]
-  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
\ No newline at end of file
+  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
-- 
2.18.0.windows.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line
  2019-09-06 17:16 [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Zhang, Shenglei
  2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
  2019-09-06 17:16 ` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Zhang, Shenglei
@ 2019-09-09  0:35 ` Dong, Eric
  2 siblings, 0 replies; 9+ messages in thread
From: Dong, Eric @ 2019-09-09  0:35 UTC (permalink / raw)
  To: devel@edk2.groups.io, Zhang, Shenglei; +Cc: Gao, Liming

Reviewed-by: Eric Dong <eric.dong@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Zhang, Shenglei
> Sent: Saturday, September 7, 2019 1:16 AM
> To: devel@edk2.groups.io
> Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the
> end of last line
> 
> The original end of last line is '/r'. Now update it to '/r/n'.
> 
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
> v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
>     The v1 patch is "BoardModulePkg/CmosAccessLib: Remove white ending
> line".
> 
>  .../BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
> b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
> index 77ea219f..f84d6d1a 100644
> ---
> a/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
> +++
> b/Platform/Intel/BoardModulePkg/Library/CmosAccessLib/CmosAccessLib.inf
> @@ -25,4 +25,4 @@
> 
>  [Packages]
>    MdePkg/MdePkg.dec
> -  BoardModulePkg/BoardModulePkg.dec
> \ No newline at end of file
> +  BoardModulePkg/BoardModulePkg.dec
> --
> 2.18.0.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format
  2019-09-06 17:16 ` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Zhang, Shenglei
@ 2019-09-09  0:35   ` Dong, Eric
  2019-09-23  6:58     ` Zhang, Shenglei
  2019-09-23  9:53   ` [edk2-devel] " Philippe Mathieu-Daudé
  1 sibling, 1 reply; 9+ messages in thread
From: Dong, Eric @ 2019-09-09  0:35 UTC (permalink / raw)
  To: Zhang, Shenglei, devel@edk2.groups.io; +Cc: Gao, Liming

Reviewed-by: Eric Dong <eric.dong@intel.com>

> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Saturday, September 7, 2019 1:16 AM
> To: devel@edk2.groups.io
> Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [PATCH v2] DebugFeaturePkg: Remove white space and update the
> ending format
> 
> Remove white space in AcpiDebug.c.
> The original end of last line in DebugFeaturePkg.dsc is '/r'.
> Now update it to '/r/n'.
> 
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
> v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
>     The v1 patch is "DebugFeaturePkg: Remove white space and white ending
> line".
> 
>  Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +--
>  Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc   | 2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> index f9cd8bcb..5ad8d259 100644
> --- a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> +++ b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> @@ -487,7 +487,7 @@ InitializeAcpiDebugSmm (
>    if (EFI_ERROR (Status)) {
>      return Status;
>    }
> -
> +
>    Status = SmmBase2->InSmm (SmmBase2, &InSmm);
>    ASSERT_EFI_ERROR (Status);
>    if (EFI_ERROR (Status)) {
> @@ -519,4 +519,3 @@ InitializeAcpiDebugSmm (
> 
>    return Status;
>  }
> -
> diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> index 30f57d5d..8e5ff4c9 100644
> --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> @@ -98,4 +98,4 @@
>    DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf
> 
>  [BuildOptions]
> -  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES \ No
> newline at end of file
> +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> --
> 2.18.0.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line
  2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
@ 2019-09-09  1:25   ` Dandan Bi
  2019-09-23  9:52   ` [edk2-devel] " Philippe Mathieu-Daudé
  1 sibling, 0 replies; 9+ messages in thread
From: Dandan Bi @ 2019-09-09  1:25 UTC (permalink / raw)
  To: Zhang, Shenglei, devel@edk2.groups.io; +Cc: Gao, Liming

Reviewed-by: Dandan Bi <dandan.bi@intel.com>

> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Saturday, September 7, 2019 1:16 AM
> To: devel@edk2.groups.io
> Cc: Bi, Dandan <dandan.bi@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line
> 
> The original the of last line is '/r'. Now update it to '/r/n'.
> 
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
> v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
>     The v1 patch is "UserInterfaceFeaturePkg:Remove white ending line in DSC
> file".
> 
>  .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> index e97bed53..6c5f77b5 100644
> --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> +++
> b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> @@ -77,4 +77,4 @@
>    UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.inf
> 
>  [BuildOptions]
> -  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES \ No
> newline at end of file
> +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> --
> 2.18.0.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format
  2019-09-09  0:35   ` Dong, Eric
@ 2019-09-23  6:58     ` Zhang, Shenglei
  0 siblings, 0 replies; 9+ messages in thread
From: Zhang, Shenglei @ 2019-09-23  6:58 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Gao, Liming, Dong, Eric

For this patch, I'll update the file format of AcpiDebug.c to Dos format when pushing the patch.

Thanks,
Shenglei

> -----Original Message-----
> From: Dong, Eric
> Sent: Monday, September 9, 2019 8:36 AM
> To: Zhang, Shenglei <shenglei.zhang@intel.com>; devel@edk2.groups.io
> Cc: Gao, Liming <liming.gao@intel.com>
> Subject: RE: [PATCH v2] DebugFeaturePkg: Remove white space and update
> the ending format
> 
> Reviewed-by: Eric Dong <eric.dong@intel.com>
> 
> > -----Original Message-----
> > From: Zhang, Shenglei
> > Sent: Saturday, September 7, 2019 1:16 AM
> > To: devel@edk2.groups.io
> > Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> > Subject: [PATCH v2] DebugFeaturePkg: Remove white space and update
> the
> > ending format
> >
> > Remove white space in AcpiDebug.c.
> > The original end of last line in DebugFeaturePkg.dsc is '/r'.
> > Now update it to '/r/n'.
> >
> > Cc: Eric Dong <eric.dong@intel.com>
> > Cc: Liming Gao <liming.gao@intel.com>
> > Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> > ---
> > v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
> >     The v1 patch is "DebugFeaturePkg: Remove white space and white
> ending
> > line".
> >
> >  Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +--
> >  Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc   | 2 +-
> >  2 files changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> > b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> > index f9cd8bcb..5ad8d259 100644
> > --- a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> > +++ b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> > @@ -487,7 +487,7 @@ InitializeAcpiDebugSmm (
> >    if (EFI_ERROR (Status)) {
> >      return Status;
> >    }
> > -
> > +
> >    Status = SmmBase2->InSmm (SmmBase2, &InSmm);
> >    ASSERT_EFI_ERROR (Status);
> >    if (EFI_ERROR (Status)) {
> > @@ -519,4 +519,3 @@ InitializeAcpiDebugSmm (
> >
> >    return Status;
> >  }
> > -
> > diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> > b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> > index 30f57d5d..8e5ff4c9 100644
> > --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> > +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> > @@ -98,4 +98,4 @@
> >    DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf
> >
> >  [BuildOptions]
> > -  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES \ No
> > newline at end of file
> > +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> > --
> > 2.18.0.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [edk2-devel] [PATCH v2] UserInterfaceFeaturePkg: Update the end of last line
  2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
  2019-09-09  1:25   ` Dandan Bi
@ 2019-09-23  9:52   ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-09-23  9:52 UTC (permalink / raw)
  To: devel, shenglei.zhang; +Cc: Dandan Bi, Liming Gao

On 9/6/19 7:16 PM, Zhang, Shenglei wrote:
> The original the of last line is '/r'. Now update it to '/r/n'.
> 
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
> v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
>     The v1 patch is "UserInterfaceFeaturePkg:Remove white ending line in DSC file".
> 
>  .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> index e97bed53..6c5f77b5 100644
> --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc
> @@ -77,4 +77,4 @@
>    UserInterfaceFeaturePkg/UserAuthentication/UserAuthenticationSmm.inf
>  
>  [BuildOptions]
> -  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> \ No newline at end of file
> +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> 

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [edk2-devel] [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format
  2019-09-06 17:16 ` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Zhang, Shenglei
  2019-09-09  0:35   ` Dong, Eric
@ 2019-09-23  9:53   ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-09-23  9:53 UTC (permalink / raw)
  To: devel, shenglei.zhang; +Cc: Eric Dong, Liming Gao

On 9/6/19 7:16 PM, Zhang, Shenglei wrote:
> Remove white space in AcpiDebug.c.
> The original end of last line in DebugFeaturePkg.dsc is '/r'.
> Now update it to '/r/n'.
> 
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
> v2: In v1 the patch remove the '/r'. In v2 it is updated to '/r/n'.
>     The v1 patch is "DebugFeaturePkg: Remove white space and white ending line".
> 
>  Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c | 3 +--
>  Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc   | 2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> index f9cd8bcb..5ad8d259 100644
> --- a/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> +++ b/Platform/Intel/DebugFeaturePkg/AcpiDebug/AcpiDebug.c
> @@ -487,7 +487,7 @@ InitializeAcpiDebugSmm (
>    if (EFI_ERROR (Status)) {
>      return Status;
>    }
> -  
> +
>    Status = SmmBase2->InSmm (SmmBase2, &InSmm);
>    ASSERT_EFI_ERROR (Status);
>    if (EFI_ERROR (Status)) {
> @@ -519,4 +519,3 @@ InitializeAcpiDebugSmm (
>  
>    return Status;
>  }
> -
> diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> index 30f57d5d..8e5ff4c9 100644
> --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dsc
> @@ -98,4 +98,4 @@
>    DebugFeaturePkg/AcpiDebug/AcpiDebugSmm.inf
>  
>  [BuildOptions]
> -  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> \ No newline at end of file
> +  *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
> 

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-23  9:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 17:16 [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Zhang, Shenglei
2019-09-06 17:16 ` [PATCH v2] UserInterfaceFeaturePkg: " Zhang, Shenglei
2019-09-09  1:25   ` Dandan Bi
2019-09-23  9:52   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-09-06 17:16 ` [PATCH v2] DebugFeaturePkg: Remove white space and update the ending format Zhang, Shenglei
2019-09-09  0:35   ` Dong, Eric
2019-09-23  6:58     ` Zhang, Shenglei
2019-09-23  9:53   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-09-09  0:35 ` [edk2-devel] [PATCH v2] BoardModulePkg/CmosAccessLib: Update the end of last line Dong, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox