From 58380e9c6174f23df78f777b4209c0fd75245cda Mon Sep 17 00:00:00 2001 From: myronporter Date: Wed, 30 Jun 2010 00:13:25 +0000 Subject: Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10615 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'MdePkg/Library/DxeRuntimePciExpressLib') diff --git a/MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c b/MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c index 2ca30dd598..fc276d583e 100644 --- a/MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c +++ b/MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c @@ -5,7 +5,7 @@ All assertions for I/O operations are handled in MMIO functions in the IoLib Library. - Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
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 @@ -45,22 +45,22 @@ typedef struct { EFI_EVENT mDxeRuntimePciExpressLibVirtualNotifyEvent = NULL; /// -/// Module global that contains the base physical address of the PCI Express MMIO range +/// Module global that contains the base physical address of the PCI Express MMIO range. /// UINTN mDxeRuntimePciExpressLibPciExpressBaseAddress = 0; /// -/// The number of PCI devices that have been registered for runtime access +/// The number of PCI devices that have been registered for runtime access. /// UINTN mDxeRuntimePciExpressLibNumberOfRuntimeRanges = 0; /// -/// The table of PCI devices that have been registered for runtime access +/// The table of PCI devices that have been registered for runtime access. /// PCI_EXPRESS_RUNTIME_REGISTRATION_TABLE *mDxeRuntimePciExpressLibRegistrationTable = NULL; /// -/// The table index of the most recent virtual address lookup +/// The table index of the most recent virtual address lookup. /// UINTN mDxeRuntimePciExpressLibLastRuntimeRange = 0; @@ -69,8 +69,8 @@ UINTN mDxeRuntimePciExpressLibLastRuntimeRange Convert the physical PCI Express MMIO addresses for all registered PCI devices to virtual addresses. - @param[in] Event The Event that is being processed - @param[in] Context Event Context + @param[in] Event The event that is being processed. + @param[in] Context The Event Context. **/ VOID EFIAPI -- cgit v1.2.3