[coreboot-gerrit] Change in coreboot[master]: src/soc/intel/broadwell/me.c: Correct HMRFPO misspelling

Angel Pons (Code Review) gerrit at coreboot.org
Mon Oct 1 09:57:42 CEST 2018


Angel Pons has uploaded this change for review. ( https://review.coreboot.org/28848


Change subject: src/soc/intel/broadwell/me.c: Correct HMRFPO misspelling
......................................................................

src/soc/intel/broadwell/me.c: Correct HMRFPO misspelling

`HMRFPO` was spelled as `HMRPFO` twice.

Change-Id: Ibd04004ac5edcdeee49a6a69fcdd5c73603e92e2
Signed-off-by: Angel Pons <th3fanbus at gmail.com>
---
M src/soc/intel/broadwell/me.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/28848/1

diff --git a/src/soc/intel/broadwell/me.c b/src/soc/intel/broadwell/me.c
index ae0f48f..f8b3be9 100644
--- a/src/soc/intel/broadwell/me.c
+++ b/src/soc/intel/broadwell/me.c
@@ -589,7 +589,7 @@
 		return -1;
 	}
 
-	printk(BIOS_INFO, "ME: HMRPFO LOCK message successful (%d)\n", ack);
+	printk(BIOS_INFO, "ME: HMRFPO LOCK message successful (%d)\n", ack);
 	return 0;
 }
 
@@ -607,7 +607,7 @@
 		return -1;
 	}
 
-	printk(BIOS_INFO, "ME: HMRPFO LOCK NOACK message successful\n");
+	printk(BIOS_INFO, "ME: HMRFPO LOCK NOACK message successful\n");
 	return 0;
 }
 

-- 
To view, visit https://review.coreboot.org/28848
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd04004ac5edcdeee49a6a69fcdd5c73603e92e2
Gerrit-Change-Number: 28848
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181001/83dcc4cf/attachment.html>


More information about the coreboot-gerrit mailing list