summaryrefslogtreecommitdiff
path: root/src/drivers/intel/gma
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-03-01 01:06:52 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-05 10:59:00 +0000
commit54d59ef7b772374ae9e30826a2e85b9fccafa2e4 (patch)
treee70bce80f6aa56e901afff4d181f0c15dff6ddb5 /src/drivers/intel/gma
parent54c04d5536f7479db861f8d555ce0d8964965b95 (diff)
drivers/intel/gma/gma.ads: Uniformize casing
Use lowercase `port` in both the spec and the body. Change-Id: I3d1e2abe03eedcaf57716af444a3e3b8a61b60d4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51146 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/drivers/intel/gma')
-rw-r--r--src/drivers/intel/gma/gma.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/gma/gma.ads b/src/drivers/intel/gma/gma.ads
index e83fff4936..d264960d2b 100644
--- a/src/drivers/intel/gma/gma.ads
+++ b/src/drivers/intel/gma/gma.ads
@@ -8,7 +8,7 @@ package GMA is
function read_edid
(raw_edid : out HW.GFX.EDID.Raw_EDID_Data;
- Port : in Interfaces.C.int)
+ port : in Interfaces.C.int)
return Interfaces.C.int
with
Export, Convention => C, External_Name => "gma_read_edid";