Skip to content

Commit

Permalink
Testing....
Browse files Browse the repository at this point in the history
yea
  • Loading branch information
VexedUXR committed Dec 1, 2024
1 parent f2233ac commit 7f59e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/arm64/acpica/acpi_iort.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,9 @@ acpi_iort_its_lookup(u_int its_id, u_int *xref, int *pxm)
}
}
return (ENOENT);

// Something
return SOMETHING;

Check failure on line 610 in sys/arm64/acpica/acpi_iort.c

View workflow job for this annotation

GitHub Actions / Style Checker

parentheses required on return
}

/*

Check warning on line 613 in sys/arm64/acpica/acpi_iort.c

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit 7f59e78

Please sign in to comment.