diff options
author | Star Zeng <star.zeng@intel.com> | 2016-05-02 16:45:33 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-13 20:43:19 +0800 |
commit | 45ff5eb59fd237ff65e6530b7b7073d8dc5bedc0 (patch) | |
tree | 976922584b9beada6a5232380836efc38f19c9af | |
parent | 3db22cc2990d7f512aa2da630108e7376ccf5a65 (diff) | |
download | edk2-platforms-45ff5eb59fd237ff65e6530b7b7073d8dc5bedc0.tar.xz |
ShellPkg UefiDpLib: Delete one comment introduced by 196ccda08fc4
Cc: Cinnamon Shia <cinnamon.shia@hpe.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Shumin Qiu <shumin.qiu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
(cherry picked from commit d0a23f9f86dc39065429dc954adbc56b099b801e)
-rw-r--r-- | ShellPkg/Library/UefiDpLib/DpTrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiDpLib/DpTrace.c b/ShellPkg/Library/UefiDpLib/DpTrace.c index c1074d5b7a..dcb1ca500b 100644 --- a/ShellPkg/Library/UefiDpLib/DpTrace.c +++ b/ShellPkg/Library/UefiDpLib/DpTrace.c @@ -1,7 +1,7 @@ /** @file
Trace reporting for the Dp utility.
- Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
(C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -812,7 +812,7 @@ ProcessGlobal( }
Index++;
}
- return Status; //*HP_ISS_EDK2_CONTRIUTION
+ return Status;
}
/**
|