From 7d4ba55343d7dd82945d5cdeb74e349b3c30ce2d Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 23 Jun 2017 12:02:23 -0600 Subject: amd/gardenia: Fix most checkpatch errors Correct all checkpatch errors but leave two errors in place that are caused by AMD typing. Change-Id: I9daa374da76ff991de72d16bad0e8b586aa95525 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/20318 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/gardenia/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/gardenia/dsdt.asl') diff --git a/src/mainboard/amd/gardenia/dsdt.asl b/src/mainboard/amd/gardenia/dsdt.asl index 2245ea2af0..77e6230b8d 100644 --- a/src/mainboard/amd/gardenia/dsdt.asl +++ b/src/mainboard/amd/gardenia/dsdt.asl @@ -23,7 +23,7 @@ DefinitionBlock ( 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ - /* #include */ /* Include global debug methods if needed */ + /* #include */ /* as needed */ /* Globals for the platform */ #include "acpi/mainboard.asl" @@ -48,7 +48,7 @@ DefinitionBlock ( /* global utility methods expected within the \_SB scope */ #include - /* Describe IRQ Routing mapping for this platform (within the \_SB scope) */ + /* IRQ Routing mapping for this platform (in \_SB scope) */ #include "acpi/routing.asl" Device(PWRB) { -- cgit v1.2.3