Varshit Pandya has uploaded this change for review.

View Change

soc/amd/common: Fix typo

Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
---
M src/soc/amd/common/fsp/pci/pcie_clk_req.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/80161/1
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 881c650..a16b0de 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 <device/pci_ids.h>
#include <soc/platform_descriptors.h>

-/* 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)
{

To view, visit change 80161. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98
Gerrit-Change-Number: 80161
Gerrit-PatchSet: 1
Gerrit-Owner: Varshit Pandya <pandyavarshit@gmail.com>
Gerrit-MessageType: newchange