Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/51146 )
Change subject: drivers/intel/gma/gma.ads: Uniformize casing ......................................................................
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 --- M src/drivers/intel/gma/gma.ads 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/drivers/intel/gma/gma.ads b/src/drivers/intel/gma/gma.ads index e83fff4..d264960 100644 --- a/src/drivers/intel/gma/gma.ads +++ b/src/drivers/intel/gma/gma.ads @@ -8,7 +8,7 @@
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";