public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE
@ 2017-01-05  5:22 Dandan Bi
  2017-01-05  5:22 ` [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Dandan Bi
  2017-01-05  5:29 ` [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Yao, Jiewen
  0 siblings, 2 replies; 4+ messages in thread
From: Dandan Bi @ 2017-01-05  5:22 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
index 88a3c61..47c67cc 100644
--- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
+++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
@@ -17,11 +17,11 @@
 [Defines]
   INF_VERSION                    = 0x00010005
   BASE_NAME                      = DxeRuntimeCapsuleLib
   MODULE_UNI_FILE                = DxeRuntimeCapsuleLib.uni
   FILE_GUID                      = 19BE1E4B-1A9A-44c1-8F12-32DD0470516A
-  MODULE_TYPE                    = DXE_DRIVER
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER
   VERSION_STRING                 = 1.0
   LIBRARY_CLASS                  = CapsuleLib|DXE_RUNTIME_DRIVER
   CONSTRUCTOR                    = DxeCapsuleLibConstructor
   CONSTRUCTOR                    = DxeRuntimeCapsuleLibConstructor
 
-- 
1.9.5.msysgit.1



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

* [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue
  2017-01-05  5:22 [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Dandan Bi
@ 2017-01-05  5:22 ` Dandan Bi
  2017-01-05  5:23   ` Tian, Feng
  2017-01-05  5:29 ` [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Yao, Jiewen
  1 sibling, 1 reply; 4+ messages in thread
From: Dandan Bi @ 2017-01-05  5:22 UTC (permalink / raw)
  To: edk2-devel; +Cc: Feng Tian

Remove the empty line.

Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
index 5092d37..03f9fa0 100644
--- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
+++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
@@ -1,8 +1,7 @@
 ## @file
-#  
-#    SataController driver to manage SATA compliance IDE/AHCI host controllers.
+#  SataController driver to manage SATA compliance IDE/AHCI host controllers.
 #
 #  Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
 #  This program and the accompanying materials
 #  are licensed and made available under the terms and conditions of the BSD License
 #  which accompanies this distribution.  The full text of the license may be found at
-- 
1.9.5.msysgit.1



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

* Re: [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue
  2017-01-05  5:22 ` [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Dandan Bi
@ 2017-01-05  5:23   ` Tian, Feng
  0 siblings, 0 replies; 4+ messages in thread
From: Tian, Feng @ 2017-01-05  5:23 UTC (permalink / raw)
  To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Tian, Feng

Reviewed-by: Feng Tian <feng.tian@intel.com>

Thanks
Feng

-----Original Message-----
From: Bi, Dandan 
Sent: Thursday, January 5, 2017 1:22 PM
To: edk2-devel@lists.01.org
Cc: Tian, Feng <feng.tian@intel.com>
Subject: [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue

Remove the empty line.

Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
index 5092d37..03f9fa0 100644
--- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
+++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
@@ -1,8 +1,7 @@
 ## @file
-#  
-#    SataController driver to manage SATA compliance IDE/AHCI host controllers.
+#  SataController driver to manage SATA compliance IDE/AHCI host controllers.
 #
 #  Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>  #  This program and the accompanying materials  #  are licensed and made available under the terms and conditions of the BSD License  #  which accompanies this distribution.  The full text of the license may be found at
--
1.9.5.msysgit.1



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

* Re: [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE
  2017-01-05  5:22 [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Dandan Bi
  2017-01-05  5:22 ` [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Dandan Bi
@ 2017-01-05  5:29 ` Yao, Jiewen
  1 sibling, 0 replies; 4+ messages in thread
From: Yao, Jiewen @ 2017-01-05  5:29 UTC (permalink / raw)
  To: Bi, Dandan, edk2-devel@lists.01.org

Reviewed-by: jiewen.yao@intel.com

> -----Original Message-----
> From: Bi, Dandan
> Sent: Thursday, January 5, 2017 1:22 PM
> To: edk2-devel@lists.01.org
> Cc: Yao, Jiewen <jiewen.yao@intel.com>
> Subject: [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect
> MODULE_TYPE
> 
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Dandan Bi <dandan.bi@intel.com>
> ---
>  MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
> b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
> index 88a3c61..47c67cc 100644
> --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
> +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
> @@ -17,11 +17,11 @@
>  [Defines]
>    INF_VERSION                    = 0x00010005
>    BASE_NAME                      = DxeRuntimeCapsuleLib
>    MODULE_UNI_FILE                = DxeRuntimeCapsuleLib.uni
>    FILE_GUID                      =
> 19BE1E4B-1A9A-44c1-8F12-32DD0470516A
> -  MODULE_TYPE                    = DXE_DRIVER
> +  MODULE_TYPE                    = DXE_RUNTIME_DRIVER
>    VERSION_STRING                 = 1.0
>    LIBRARY_CLASS                  = CapsuleLib|DXE_RUNTIME_DRIVER
>    CONSTRUCTOR                    = DxeCapsuleLibConstructor
>    CONSTRUCTOR                    = DxeRuntimeCapsuleLibConstructor
> 
> --
> 1.9.5.msysgit.1



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

end of thread, other threads:[~2017-01-05  5:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05  5:22 [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Dandan Bi
2017-01-05  5:22 ` [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Dandan Bi
2017-01-05  5:23   ` Tian, Feng
2017-01-05  5:29 ` [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE Yao, Jiewen

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