From d0a23f9f86dc39065429dc954adbc56b099b801e Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Mon, 2 May 2016 16:45:33 +0800 Subject: [PATCH] ShellPkg UefiDpLib: Delete one comment introduced by 196ccda08fc4 Cc: Cinnamon Shia Cc: Jaben Carsey Cc: Shumin Qiu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Cinnamon Shia Reviewed-by: Jaben Carsey --- ShellPkg/Library/UefiDpLib/DpTrace.c | 4 ++-- 1 file 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
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; } /** -- 2.39.2