From c37dcee6d8c24cff4c50fa5dd139e5a26678eb62 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 1 Nov 2016 10:25:19 +0800 Subject: [PATCH] MdeModulePkg/BMMUI: add comments for function parameter Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Eric Dong --- .../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 f40c61a0fb..e49ab981a7 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c @@ -571,6 +571,7 @@ UpdateTerminalContent ( /** Update the console content in ConsoleMenu. + @param ConsoleName The name for the console device type. @param BmmData The BMM fake NV data. **/