From 9906ffe52903dc1430b3dbbc38d1aab332a48af4 Mon Sep 17 00:00:00 2001 From: lilacious Date: Thu, 22 Jun 2023 03:32:28 +0200 Subject: commonlib/post_codes.h: Fix POST_EXIT_PCI_SCAN_BUS description Description of POST_EXIT_PCI_SCAN_BUS indicates the opposite of what its name suggests. Secondly, POST_ENTER_PCI_SCAN_BUS and POST_EXIT_PCI_SCAN_BUS have identical comments, which appears to be a copy-paste issue. Change the description accordingly. Change-Id: Ifc920651255bacf033cac39f0208d817f9ee84fc Signed-off-by: lilacious Reviewed-on: https://review.coreboot.org/c/coreboot/+/76047 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/commonlib/include/commonlib/console/post_codes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commonlib') diff --git a/src/commonlib/include/commonlib/console/post_codes.h b/src/commonlib/include/commonlib/console/post_codes.h index 0c96ee515588..c0b15c5910ac 100644 --- a/src/commonlib/include/commonlib/console/post_codes.h +++ b/src/commonlib/include/commonlib/console/post_codes.h @@ -85,9 +85,9 @@ #define POSTCODE_ENTER_PCI_SCAN_BUS 0x24 /** - * \brief Entry into pci_scan_bus + * \brief Exit out of pci_scan_bus * - * Entered pci_scan_bus() + * Exited pci_scan_bus() */ #define POSTCODE_EXIT_PCI_SCAN_BUS 0x25 -- cgit v1.2.3