From: Jeff Fan Date: Tue, 7 Apr 2015 05:33:41 +0000 (+0000) Subject: Add missing parameter in function header. X-Git-Tag: edk2-stable201903~10086 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=99b987347fdfb5c53f1e040f62334d81f56d2e06 Add missing parameter in function header. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17125 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.c b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.c index bf06072b01..0a60e7d857 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.c +++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.c @@ -17,7 +17,7 @@ /** Initialize CPU local APIC timer. - @param[out] Local APIC timer frequency returned. + @param[out] TimerFrequency Local APIC timer frequency returned. @return 32-bit Local APIC timer init count. **/ diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.h b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.h index 7ff0661d46..021d67e11a 100644 --- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.h +++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.h @@ -18,7 +18,7 @@ /** Initialize CPU local APIC timer. - @param[out] Local APIC timer frequency returned. + @param[out] TimerFrequency Local APIC timer frequency returned. @return 32-bit Local APIC timer init count. **/