public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.
@ 2018-09-17  3:13 Jiaxin Wu
  2018-09-17  3:14 ` Fu, Siyuan
  2018-09-18  1:27 ` Bi, Dandan
  0 siblings, 2 replies; 3+ messages in thread
From: Jiaxin Wu @ 2018-09-17  3:13 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ye Ting, Fu Siyuan, Bi Dandan, Wu Jiaxin

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1180
Remove the trailing white spaces.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
---
 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
index b1af5294fb..4cb3b32688 100644
--- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
+++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
@@ -673,13 +673,13 @@ Ip4ConfigProtocol (
 
     //
     // Add a route to this connected network in the instance route table.
     //
     Ip4AddRoute (
-      IpInstance->RouteTable, 
-      Ip & Netmask, 
-      Netmask, 
+      IpInstance->RouteTable,
+      Ip & Netmask,
+      Netmask,
       IP4_ALLZERO_ADDRESS
       );
   } else {
     //
     // Use the default address. Check the state.
-- 
2.17.1.windows.2



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

* Re: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.
  2018-09-17  3:13 [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style Jiaxin Wu
@ 2018-09-17  3:14 ` Fu, Siyuan
  2018-09-18  1:27 ` Bi, Dandan
  1 sibling, 0 replies; 3+ messages in thread
From: Fu, Siyuan @ 2018-09-17  3:14 UTC (permalink / raw)
  To: Wu, Jiaxin, edk2-devel@lists.01.org; +Cc: Ye, Ting, Bi, Dandan



Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>



> -----Original Message-----
> From: Wu, Jiaxin
> Sent: Monday, September 17, 2018 11:14 AM
> To: edk2-devel@lists.01.org
> Cc: Ye, Ting <ting.ye@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Bi,
> Dandan <dandan.bi@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
> Subject: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.
> 
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1180
> Remove the trailing white spaces.
> 
> Cc: Ye Ting <ting.ye@intel.com>
> Cc: Fu Siyuan <siyuan.fu@intel.com>
> Cc: Bi Dandan <dandan.bi@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
> ---
>  MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> index b1af5294fb..4cb3b32688 100644
> --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> @@ -673,13 +673,13 @@ Ip4ConfigProtocol (
> 
>      //
>      // Add a route to this connected network in the instance route table.
>      //
>      Ip4AddRoute (
> -      IpInstance->RouteTable,
> -      Ip & Netmask,
> -      Netmask,
> +      IpInstance->RouteTable,
> +      Ip & Netmask,
> +      Netmask,
>        IP4_ALLZERO_ADDRESS
>        );
>    } else {
>      //
>      // Use the default address. Check the state.
> --
> 2.17.1.windows.2



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

* Re: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.
  2018-09-17  3:13 [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style Jiaxin Wu
  2018-09-17  3:14 ` Fu, Siyuan
@ 2018-09-18  1:27 ` Bi, Dandan
  1 sibling, 0 replies; 3+ messages in thread
From: Bi, Dandan @ 2018-09-18  1:27 UTC (permalink / raw)
  To: Wu, Jiaxin, edk2-devel@lists.01.org; +Cc: Ye, Ting, Fu, Siyuan

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

Thanks,
Dandan

-----Original Message-----
From: Wu, Jiaxin 
Sent: Monday, September 17, 2018 11:14 AM
To: edk2-devel@lists.01.org
Cc: Ye, Ting <ting.ye@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Bi, Dandan <dandan.bi@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
Subject: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1180
Remove the trailing white spaces.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Bi Dandan <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
---
 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
index b1af5294fb..4cb3b32688 100644
--- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
+++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
@@ -673,13 +673,13 @@ Ip4ConfigProtocol (
 
     //
     // Add a route to this connected network in the instance route table.
     //
     Ip4AddRoute (
-      IpInstance->RouteTable, 
-      Ip & Netmask, 
-      Netmask, 
+      IpInstance->RouteTable,
+      Ip & Netmask,
+      Netmask,
       IP4_ALLZERO_ADDRESS
       );
   } else {
     //
     // Use the default address. Check the state.
-- 
2.17.1.windows.2



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

end of thread, other threads:[~2018-09-18  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17  3:13 [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style Jiaxin Wu
2018-09-17  3:14 ` Fu, Siyuan
2018-09-18  1:27 ` Bi, Dandan

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