summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2016-05-02 16:45:33 +0800
committerStar Zeng <star.zeng@intel.com>2016-05-03 12:42:45 +0800
commitd0a23f9f86dc39065429dc954adbc56b099b801e (patch)
treeaede38b3d325b8cc2704e254c1180fc5d161d63e /ShellPkg
parentbd1f3888607c9a35b402c03e819f339342299199 (diff)
downloadedk2-d0a23f9f86dc39065429dc954adbc56b099b801e.tar.gz
edk2-d0a23f9f86dc39065429dc954adbc56b099b801e.tar.bz2
edk2-d0a23f9f86dc39065429dc954adbc56b099b801e.zip
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>
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiDpLib/DpTrace.c4
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;
}
/**