diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-04 22:20:55 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-04 22:20:55 +0000 |
| commit | a4634ed7779f0905e3bfeb781e58d40a5bdf9bb7 (patch) | |
| tree | 8e0e40f55257c63c3329cc4d985dd0640d3b2d26 /source/components/disassembler | |
| parent | 960614968e0da10b32875a57ea1e30cc9c85b5e0 (diff) | |
Diffstat (limited to 'source/components/disassembler')
| -rw-r--r-- | source/components/disassembler/dmwalk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/components/disassembler/dmwalk.c b/source/components/disassembler/dmwalk.c index 76ef0aacb66c..2359468f142d 100644 --- a/source/components/disassembler/dmwalk.c +++ b/source/components/disassembler/dmwalk.c @@ -400,7 +400,7 @@ AcpiDmBlockType ( return (BLOCK_NONE); } - /*lint -fallthrough */ + ACPI_FALLTHROUGH; case AML_PACKAGE_OP: case AML_VARIABLE_PACKAGE_OP: @@ -422,7 +422,7 @@ AcpiDmBlockType ( return (BLOCK_NONE); } - /*lint -fallthrough */ + ACPI_FALLTHROUGH; default: @@ -688,7 +688,7 @@ AcpiDmDescendingOp ( return (AE_OK); } - /* Fallthrough */ + ACPI_FALLTHROUGH; default: @@ -772,7 +772,7 @@ AcpiDmDescendingOp ( AcpiDmNamestring (NextOp->Common.Value.Name); AcpiOsPrintf (", "); - /*lint -fallthrough */ + ACPI_FALLTHROUGH; default: |
