aboutsummaryrefslogtreecommitdiffstats
path: root/amd_imc.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-12-21 16:34:39 +0100
committerAngel Pons <th3fanbus@gmail.com>2022-12-22 14:03:37 +0000
commitdc7485b3613c2f2752291b9b60458a27a9ac81da (patch)
tree83459c319722417e311b31b88d7cb2ae0f5e1b60 /amd_imc.c
parent972c1550b4d67abdfe187100905f95030e18a796 (diff)
downloadflashrom-dc7485b3613c2f2752291b9b60458a27a9ac81da.tar.gz
flashrom-dc7485b3613c2f2752291b9b60458a27a9ac81da.tar.bz2
flashrom-dc7485b3613c2f2752291b9b60458a27a9ac81da.zip
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>
Diffstat (limited to 'amd_imc.c')
-rw-r--r--amd_imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd_imc.c b/amd_imc.c
index 093d42dc..d57728e5 100644
--- a/amd_imc.c
+++ b/amd_imc.c
@@ -122,7 +122,7 @@ static int imc_resume(void *data)
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;