summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h
index 6b46e4a173..8f5f4e65c7 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h
@@ -1,7 +1,7 @@
/** @file
Declares filebuffer interface functions.
- Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>
+ Copyright (c) 2005 - 2018, 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
@@ -50,7 +50,7 @@ FileBufferRefresh (
VOID
);
-/**
+/**
Dispatch input to different handler
@param[in] Key The input key. One of:
ASCII KEY
@@ -98,7 +98,7 @@ FileBufferRestorePosition (
Set FileName field in FileBuffer.
@param Str The file name to set.
-
+
@retval EFI_SUCCESS The filename was successfully set.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
@retval EFI_INVALID_PARAMETER Str is not a valid filename.
@@ -110,10 +110,10 @@ FileBufferSetFileName (
/**
Read a file from disk into the FileBuffer.
-
+
@param[in] FileName The filename to read.
@param[in] Recover TRUE if is for recover mode, no information printouts.
-
+
@retval EFI_SUCCESS The load was successful.
@retval EFI_LOAD_ERROR The load failed.
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
@@ -131,7 +131,7 @@ FileBufferRead (
@param[in] FileName The file name for writing.
@retval EFI_SUCCESS Data was written.
- @retval EFI_LOAD_ERROR
+ @retval EFI_LOAD_ERROR
@retval EFI_OUT_OF_RESOURCES There were not enough resources to write the file.
**/
EFI_STATUS
@@ -154,7 +154,7 @@ FileBufferMovePosition (
/**
Cut current line out and return a pointer to it.
- @param[out] CutLine Upon a successful return pointer to the pointer to
+ @param[out] CutLine Upon a successful return pointer to the pointer to
the allocated cut line.
@retval EFI_SUCCESS The cut was successful.