Angel Pons submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved Felix Singer: Looks good to me, approved Edward O'Callaghan: Looks good to me, approved
amd_imc.c: Fix unusual typo in log message

Replace a `)` with a `.` for consistency with other log messages.

Change-Id: I977990237821f6aec8f127bc3994a1f3f3a0a350
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/71184
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
---
M amd_imc.c
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/amd_imc.c b/amd_imc.c
index 093d42d..d57728e 100644
--- a/amd_imc.c
+++ b/amd_imc.c
@@ -122,7 +122,7 @@
int ret = imc_send_cmd(dev, 0xb5);

if (ret != 0)
- msg_pinfo("Resuming IMC failed)\n");
+ msg_pinfo("Resuming IMC failed.\n");
else
msg_pdbg2("IMC resumed.\n");
return ret;

To view, visit change 71184. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I977990237821f6aec8f127bc3994a1f3f3a0a350
Gerrit-Change-Number: 71184
Gerrit-PatchSet: 2
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged