[coreboot-gerrit] Change in coreboot[master]: sb/amd/pi/hudson: Spell verb in comment with a space

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 17 17:21:04 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19292 )

Change subject: sb/amd/pi/hudson: Spell verb in comment with a space
......................................................................


sb/amd/pi/hudson: Spell verb in comment with a space

Change-Id: I7d0d8e2a20d15cbed30e98cf4468e9fb5dd0f1ad
Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/19292
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth at google.com>
---
M src/southbridge/amd/pi/hudson/lpc.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/src/southbridge/amd/pi/hudson/lpc.c b/src/southbridge/amd/pi/hudson/lpc.c
index 38c5733..d73979c 100644
--- a/src/southbridge/amd/pi/hudson/lpc.c
+++ b/src/southbridge/amd/pi/hudson/lpc.c
@@ -84,7 +84,7 @@
 	/* Initialize i8254 timers */
 	setup_i8254 ();
 
-	/* Setup SERIRQ, enable continuous mode */
+	/* Set up SERIRQ, enable continuous mode */
 	byte = (BIT(4) | BIT(7));
 	if (!IS_ENABLED(CONFIG_SERIRQ_CONTINUOUS_MODE))
 		byte |= BIT(6);

-- 
To view, visit https://review.coreboot.org/19292
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d0d8e2a20d15cbed30e98cf4468e9fb5dd0f1ad
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list