From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6428C81C81 for ; Wed, 9 Nov 2016 23:40:38 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 09 Nov 2016 23:40:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,617,1473145200"; d="scan'208";a="784735913" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2016 23:40:40 -0800 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Eric Dong Date: Thu, 10 Nov 2016 15:40:13 +0800 Message-Id: <1478763614-16892-2-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1478763614-16892-1-git-send-email-dandan.bi@intel.com> References: <1478763614-16892-1-git-send-email-dandan.bi@intel.com> Subject: [patch] MdeModulePkg/BMMUI: add comments for function parameter X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 07:40:38 -0000 Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c index f40c61a..e49ab98 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c @@ -569,10 +569,11 @@ UpdateTerminalContent ( } /** Update the console content in ConsoleMenu. + @param ConsoleName The name for the console device type. @param BmmData The BMM fake NV data. **/ VOID UpdateConsoleContent( -- 1.9.5.msysgit.1