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 <yuchenhe126@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76047
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
lilacious 2023-06-22 03:32:28 +02:00 committed by Felix Singer
parent 2b4d2edfd6
commit 9906ffe529
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@
#define POSTCODE_ENTER_PCI_SCAN_BUS 0x24 #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 #define POSTCODE_EXIT_PCI_SCAN_BUS 0x25