Revision: 14532
          http://sourceforge.net/p/edk2/code/14532
Author:   lgao4
Date:     2013-08-08 03:35:09 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Match the comments with the implementation for Baselib::GetFirstNode.

Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Library/BaseLib.h
    trunk/edk2/MdePkg/Library/BaseLib/LinkedList.c

Modified: trunk/edk2/MdePkg/Include/Library/BaseLib.h
===================================================================
--- trunk/edk2/MdePkg/Include/Library/BaseLib.h 2013-08-08 02:41:37 UTC (rev 
14531)
+++ trunk/edk2/MdePkg/Include/Library/BaseLib.h 2013-08-08 03:35:09 UTC (rev 
14532)
@@ -2,7 +2,7 @@
   Provides string functions, linked list functions, math functions, 
synchronization
   functions, and CPU architecture-specific functions.
 
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
 Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
@@ -1390,7 +1390,7 @@
   @param  List  A pointer to the head node of a doubly linked list.
 
   @return The first node of a doubly linked list.
-  @retval NULL  The list is empty.
+  @retval List  The list is empty.
 
 **/
 LIST_ENTRY *

Modified: trunk/edk2/MdePkg/Library/BaseLib/LinkedList.c
===================================================================
--- trunk/edk2/MdePkg/Library/BaseLib/LinkedList.c      2013-08-08 02:41:37 UTC 
(rev 14531)
+++ trunk/edk2/MdePkg/Library/BaseLib/LinkedList.c      2013-08-08 03:35:09 UTC 
(rev 14532)
@@ -1,7 +1,7 @@
 /** @file
   Linked List Library Functions.
 
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2006 - 2013, 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
@@ -241,7 +241,7 @@
   @param  List  A pointer to the head node of a doubly-linked list.
 
   @return The first node of a doubly-linked list.
-  @retval NULL  The list is empty.
+  @retval List  The list is empty.
 
 **/
 LIST_ENTRY *

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to