summaryrefslogtreecommitdiffstats
path: root/src/commonlib
diff options
context:
space:
mode:
authorlilacious <yuchenhe126@gmail.com>2023-06-22 03:32:28 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-06-25 15:52:48 +0000
commit9906ffe52903dc1430b3dbbc38d1aab332a48af4 (patch)
tree69d4ea50cdb25a709760f562bc076f0c30b83dd8 /src/commonlib
parent2b4d2edfd6be8447b8e714612f2fe9ffddd449ef (diff)
downloadcoreboot-9906ffe52903dc1430b3dbbc38d1aab332a48af4.tar.gz
coreboot-9906ffe52903dc1430b3dbbc38d1aab332a48af4.tar.bz2
coreboot-9906ffe52903dc1430b3dbbc38d1aab332a48af4.zip
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>
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/include/commonlib/console/post_codes.h4
1 files changed, 2 insertions, 2 deletions
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