Discussion:
[edk2] [PATCH 1/2] MdePkg: Make function comments in UefiHandleLib consistent with instance implementation.
Qiu Shumin
1970-01-01 00:00:00 UTC
Permalink
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <***@intel.com>
Reviewed-by: Jaben Carsey <***@intel.com>
---
MdePkg/Include/Library/FileHandleLib.h | 4 ++--
MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MdePkg/Include/Library/FileHandleLib.h b/MdePkg/Include/Library/FileHandleLib.h
index 123cc8c..9c2d056 100644
--- a/MdePkg/Include/Library/FileHandleLib.h
+++ b/MdePkg/Include/Library/FileHandleLib.h
@@ -1,7 +1,7 @@
/** @file
Provides interface to EFI_FILE_HANDLE functionality.

- Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2015, 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
@@ -242,7 +242,7 @@ FileHandleFlush (
/**
Function to determine if a given handle is a directory handle.

- If DirHandle is NULL, then ASSERT().
+ If DirHandle is NULL then return EFI_INVALID_PARAMETER.

Open the file information on the DirHandle, and verify that the Attribute
includes EFI_FILE_DIRECTORY bit set.
diff --git a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
index be66c57..7687ca3 100644
--- a/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
+++ b/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
@@ -1,7 +1,7 @@
/** @file
Provides interface to EFI_FILE_HANDLE functionality.

- Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved. <BR>
+ Copyright (c) 2006 - 2015, 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
@@ -385,7 +385,7 @@ FileHandleFlush (
/**
function to determine if a given handle is a directory handle

- if DirHandle is NULL then return error
+ If DirHandle is NULL then return EFI_INVALID_PARAMETER

open the file information on the DirHandle and verify that the Attribute
includes EFI_FILE_DIRECTORY bit set.
--
1.9.5.msysgit.1



------------------------------------------------------------------------------
Loading...