From b9098066cd6284319bca922f13e59517f774a103 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 25 Nov 2015 21:04:42 +0000 Subject: Import ACPICA 20151124. --- source/compiler/aslpredef.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/compiler/aslpredef.c') diff --git a/source/compiler/aslpredef.c b/source/compiler/aslpredef.c index 268549cfaade..7dd10b5fe60b 100644 --- a/source/compiler/aslpredef.c +++ b/source/compiler/aslpredef.c @@ -259,7 +259,7 @@ ApCheckPredefinedReturnValue ( */ Gbl_AllExceptionsDisabled = TRUE; Index = ApCheckForPredefinedName (MethodInfo->Op, - MethodInfo->Op->Asl.NameSeg); + MethodInfo->Op->Asl.NameSeg); Gbl_AllExceptionsDisabled = FALSE; switch (Index) @@ -571,7 +571,8 @@ ApCheckForSpecialName ( * warning and force the user to manually change the names. So, we * will issue a remark instead. */ - AslError (ASL_REMARK, ASL_MSG_COMPILER_RESERVED, Op, Op->Asl.ExternalName); + AslError (ASL_REMARK, ASL_MSG_COMPILER_RESERVED, + Op, Op->Asl.ExternalName); return (ACPI_COMPILER_RESERVED_NAME); } @@ -580,8 +581,8 @@ ApCheckForSpecialName ( * warning, since the entire namespace starting with an underscore is * reserved by the ACPI spec. */ - AslError (ASL_WARNING, ASL_MSG_UNKNOWN_RESERVED_NAME, Op, - Op->Asl.ExternalName); + AslError (ASL_WARNING, ASL_MSG_UNKNOWN_RESERVED_NAME, + Op, Op->Asl.ExternalName); return (ACPI_NOT_RESERVED_NAME); } -- cgit v1.3