diff options
Diffstat (limited to 'drivers/acpi/utilities/utglobal.c')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index ffd13383a325..767c5e44a04b 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -119,6 +119,7 @@ const char *acpi_format_exception(acpi_status status) | |||
119 | } | 119 | } |
120 | 120 | ||
121 | if (!exception) { | 121 | if (!exception) { |
122 | |||
122 | /* Exception code was not recognized */ | 123 | /* Exception code was not recognized */ |
123 | 124 | ||
124 | ACPI_ERROR((AE_INFO, | 125 | ACPI_ERROR((AE_INFO, |
@@ -747,6 +748,7 @@ u8 acpi_ut_valid_object_type(acpi_object_type type) | |||
747 | { | 748 | { |
748 | 749 | ||
749 | if (type > ACPI_TYPE_LOCAL_MAX) { | 750 | if (type > ACPI_TYPE_LOCAL_MAX) { |
751 | |||
750 | /* Note: Assumes all TYPEs are contiguous (external/local) */ | 752 | /* Note: Assumes all TYPEs are contiguous (external/local) */ |
751 | 753 | ||
752 | return (FALSE); | 754 | return (FALSE); |