diff options
author | Varshit Pandya <pandyavarshit@gmail.com> | 2024-01-24 22:31:38 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-25 19:42:03 +0000 |
commit | 5844b23c3fc42816ee890707d5aee1b1c08ada6a (patch) | |
tree | a0fbb144b339d305046cb15edc78cc871eedb3cb | |
parent | 1e0bffc50d9506debb7ee7cf477e0de2fd45787f (diff) |
soc/amd/common: Fix typo
Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r-- | src/soc/amd/common/fsp/pci/pcie_clk_req.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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) { |