diff options
Diffstat (limited to 'lib/efi_loader/efi_freestanding.c')
| -rw-r--r-- | lib/efi_loader/efi_freestanding.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/lib/efi_loader/efi_freestanding.c b/lib/efi_loader/efi_freestanding.c index bd0dff162f6..c85df026f0d 100644 --- a/lib/efi_loader/efi_freestanding.c +++ b/lib/efi_loader/efi_freestanding.c @@ -97,8 +97,8 @@ void *memset(void *s, int c, size_t n)   *   * We do nothing here.   * - * @param func_ptr	Pointer to function being entered - * @param caller	Pointer to function which called this function + * func_ptr:	Pointer to function being entered + * caller:	Pointer to function which called this function   */  void __attribute__((no_instrument_function))  __cyg_profile_func_enter(void *func_ptr, void *caller) @@ -113,8 +113,8 @@ __cyg_profile_func_enter(void *func_ptr, void *caller)   *   * We do nothing here.   * - * @param func_ptr	Pointer to function being entered - * @param caller	Pointer to function which called this function + * func_ptr:	Pointer to function being entered + * caller:	Pointer to function which called this function   */  void __attribute__((no_instrument_function))  __cyg_profile_func_exit(void *func_ptr, void *caller) | 
