summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-09 09:07:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-09 09:07:37 +0000
commitb2cefd7c90c6c159421cc180e7d644e87329b59f (patch)
tree56d680e2b76eb4a9bc1182703d27d79cdc98b9d0 /IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
parentffa5008abba273f4c35f165ce534e9614b4e3473 (diff)
downloadedk2-b2cefd7c90c6c159421cc180e7d644e87329b59f.zip
edk2-b2cefd7c90c6c159421cc180e7d644e87329b59f.tar.gz
edk2-b2cefd7c90c6c159421cc180e7d644e87329b59f.tar.bz2
Fix function comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5031 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c')
-rw-r--r--IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
index dcae66e..33d9191 100644
--- a/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
+++ b/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
@@ -1,5 +1,5 @@
/** @file
-Implementation of SmBusLib class library for PEI phase.
+ Implementation of SmBusLib class library for PEI phase.
Copyright (c) 2006, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -10,9 +10,6 @@ http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-Module Name: PeiSmbusLib.c
-
**/
#include "InternalSmbusLib.h"
@@ -21,7 +18,8 @@ Module Name: PeiSmbusLib.c
Gets Smbus PPIs.
This internal function retrieves Smbus PPI from PPI database.
-
+ If gEfiPeiSmbusPpiGuid can not be located, then ASSERT()
+
@param PeiServices An indirect pointer to the EFI_PEI_SERVICES published by the PEI Foundation.
@return The pointer to Smbus PPI.