Merge tag 'tomoyo-pr-20210215' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
[linux-2.6-microblaze.git] / drivers / acpi / acpica / exstore.c
index 3adc0a2..12f4210 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Module Name: exstore - AML Interpreter object store support
  *
- * Copyright (C) 2000 - 2020, Intel Corp.
+ * Copyright (C) 2000 - 2021, Intel Corp.
  *
  *****************************************************************************/
 
@@ -96,7 +96,7 @@ acpi_ex_store(union acpi_operand_object *source_desc,
                        return_ACPI_STATUS(AE_OK);
                }
 
-               /*lint -fallthrough */
+               ACPI_FALLTHROUGH;
 
        default:
 
@@ -422,7 +422,7 @@ acpi_ex_store_object_to_node(union acpi_operand_object *source_desc,
                                break;
                        }
 
-                       /* Fallthrough */
+                       ACPI_FALLTHROUGH;
 
                case ACPI_TYPE_DEVICE:
                case ACPI_TYPE_EVENT: