aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/acpi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-04-26 22:16:42 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-04-29 16:46:38 +0000
commit64e091fc8a5f9044995de58a5780342fbeb2acf8 (patch)
tree3b82ade92a6cfea6af9f8d98f4c8fa7608c2a42e /src/southbridge/nvidia/ck804/acpi
parent6c4861859761e1110e9651b989a521152394fcf3 (diff)
southbridge/nvidia: Remove spaces before/after parenthesis
Change-Id: I94a87d631c9336b861523592ff217fe823436b36 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25879 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/nvidia/ck804/acpi')
-rw-r--r--src/southbridge/nvidia/ck804/acpi/ck804.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/nvidia/ck804/acpi/ck804.asl b/src/southbridge/nvidia/ck804/acpi/ck804.asl
index aac7ea8bad..4a83b8481e 100644
--- a/src/southbridge/nvidia/ck804/acpi/ck804.asl
+++ b/src/southbridge/nvidia/ck804/acpi/ck804.asl
@@ -54,7 +54,7 @@ Method (SRSA, 1, Serialized) {
/* set "B", external (PCI) APIC interrupts */
Name (PRSB, ResourceTemplate () {
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, ,, ) {
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, ,,) {
16, 17, 18, 19,
}
})
@@ -93,7 +93,7 @@ Method (SRSB, 1, Serialized) {
/* set "C", southbridge APIC interrupts */
Name (PRSC, ResourceTemplate () {
- Interrupt (ResourceConsumer, Level, ActiveLow, Shared, ,, ) {
+ Interrupt (ResourceConsumer, Level, ActiveLow, Shared, ,,) {
20, 21, 22, 23,
}
})