diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-19 11:37:51 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-12-20 10:51:23 +0800 |
commit | a9e0c1f6ac4f94d49dc420ada36ce79c758509c3 (patch) | |
tree | bd5633f3aaa5e4fff94bc325d4ea902d2722c5ad /MdeModulePkg | |
parent | 4d9ea30931cd0a6a872a97010e3218f6bf841702 (diff) | |
download | edk2-platforms-a9e0c1f6ac4f94d49dc420ada36ce79c758509c3.tar.xz |
MdeModulePkg/SataControllerDxe: Fix coding style issue
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf index e24b2a05c2..5092d37cca 100644 --- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf +++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf @@ -1,6 +1,6 @@ ## @file
#
-# Component description file for the Sata Controller driver.
+# 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
|