From 5844b23c3fc42816ee890707d5aee1b1c08ada6a Mon Sep 17 00:00:00 2001 From: Varshit Pandya Date: Wed, 24 Jan 2024 22:31:38 +0530 Subject: [PATCH] soc/amd/common: Fix typo Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98 Signed-off-by: Varshit Pandya Reviewed-on: https://review.coreboot.org/c/coreboot/+/80161 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Felix Held --- src/soc/amd/common/fsp/pci/pcie_clk_req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/common/fsp/pci/pcie_clk_req.c b/src/soc/amd/common/fsp/pci/pcie_clk_req.c index 881c650ed4..a16b0de0b0 100644 --- a/src/soc/amd/common/fsp/pci/pcie_clk_req.c +++ b/src/soc/amd/common/fsp/pci/pcie_clk_req.c @@ -7,7 +7,7 @@ #include #include -/* Update gpp glk req config based on DXIO descriptors and enabled devices. */ +/* Update gpp clk req config based on DXIO descriptors and enabled devices. */ void pcie_gpp_dxio_update_clk_req_config(enum gpp_clk_req *gpp_clk_config, size_t gpp_clk_config_num) {