diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-03-05 18:24:51 -0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-03-11 01:58:41 -0400 |
commit | 96b2dd1f1fdb9a131b7f2e79e5c7b2e4282cfcbf (patch) | |
tree | f47563e553c38cdf9571e3492ed816b2e6b129b2 /drivers/acpi/utilities/utdebug.c | |
parent | bd12935f04066df31903eaf74b1cec03319ecd2e (diff) |
ACPI: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/utilities/utdebug.c')
-rw-r--r-- | drivers/acpi/utilities/utdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/utilities/utdebug.c b/drivers/acpi/utilities/utdebug.c index c7e128e5369b..7361204b1eef 100644 --- a/drivers/acpi/utilities/utdebug.c +++ b/drivers/acpi/utilities/utdebug.c @@ -109,7 +109,7 @@ void acpi_ut_track_stack_ptr(void) * RETURN: Updated pointer to the function name * * DESCRIPTION: Remove the "Acpi" prefix from the function name, if present. - * This allows compiler macros such as __FUNCTION__ to be used + * This allows compiler macros such as __func__ to be used * with no change to the debug output. * ******************************************************************************/ |