From 273d2d3f088219044b9b7813ad10c476b7766024 Mon Sep 17 00:00:00 2001 From: xli24 Date: Fri, 19 Jun 2009 05:36:19 +0000 Subject: [PATCH] Update comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8603 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index 7e8431fef2..1c2192a11d 100644 --- a/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -34,6 +34,7 @@ EFI_REPORT_STATUS_CODE mReportStatusCode = NULL; Locate the report status code service. @return Function pointer to the report status code service. + NULL is returned if no status code service is available. **/ EFI_REPORT_STATUS_CODE