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:
parent
2b4d2edfd6
commit
9906ffe529
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue