diff options
author | hfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-25 08:59:02 +0000 |
---|---|---|
committer | hfang <hfang@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-25 08:59:02 +0000 |
commit | 97404058f1752da8fa2ba531e592491c65cb29f1 (patch) | |
tree | 59fc6597872e21b9ca9439fe2b113435cc14ef85 /IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h | |
parent | e1b4bd1486ae919d1cb2b60dbbf311f08c95f99d (diff) | |
download | edk2-platforms-97404058f1752da8fa2ba531e592491c65cb29f1.tar.xz |
Fixup for review
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7120 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h index 624ec50b17..3354359f5e 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciCommand.h @@ -1,4 +1,4 @@ -/**@file
+/** @file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -87,7 +87,7 @@ PciOperateRegister ( @param PciIoDevice Pointer to instance of PCI_IO_DEVICE
@retval TRUE Support
- @retval FALSE Not support
+ @retval FALSE Not support.
**/
BOOLEAN
PciCapabilitySupport (
|