lkml.org 
[lkml]   [2016]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/15] ACPICA: iASL: Fix some typos with the name strtoul64
    Date
    From: Bob Moore <robert.moore@intel.com>

    ACPICA commit e9622aa824e00997dc92e8638733b7553a4dba26

    Was defined as stroul64 in some places.

    Link: https://github.com/acpica/acpica/commit/e9622aa8
    Signed-off-by: Bob Moore <robert.moore@intel.com>
    Signed-off-by: Lv Zheng <lv.zheng@intel.com>
    ---
    drivers/acpi/acpica/utnonansi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/acpi/acpica/utnonansi.c b/drivers/acpi/acpica/utnonansi.c
    index c427a5c..d1f4a47 100644
    --- a/drivers/acpi/acpica/utnonansi.c
    +++ b/drivers/acpi/acpica/utnonansi.c
    @@ -171,7 +171,7 @@ acpi_status acpi_ut_strtoul64(char *string, u32 base, u64 *ret_integer)
    u8 sign_of0x = 0;
    u8 term = 0;

    - ACPI_FUNCTION_TRACE_STR(ut_stroul64, string);
    + ACPI_FUNCTION_TRACE_STR(ut_strtoul64, string);

    switch (base) {
    case ACPI_ANY_BASE:
    --
    1.7.10
    \
     
     \ /
      Last update: 2016-02-19 08:02    [W:4.162 / U:1.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site