[coreboot-gerrit] Patch set updated for coreboot: a3b64c5 panther: fix comment typo

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Jun 15 02:50:55 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6021

-gerrit

commit a3b64c5e05d070b0867c82f37206d65ca7982e1a
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Thu Jun 12 12:07:16 2014 -0500

    panther: fix comment typo
    
    Add missing double quote at end of comment
    
    Change-Id: Ia3f27910d996e84ccf3250b4bdc8008ca27474d0
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/mainboard/google/panther/acpi/thermal.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/acpi/thermal.asl b/src/mainboard/google/panther/acpi/thermal.asl
index d4f030a..ddf4473 100644
--- a/src/mainboard/google/panther/acpi/thermal.asl
+++ b/src/mainboard/google/panther/acpi/thermal.asl
@@ -74,7 +74,7 @@ Scope (\_TZ)
 			// Get CPU Temperature from PECI via SuperIO TMPIN3
 			Store (\_SB.PCI0.LPCB.SIO.ENVC.TIN3, Local0)
 
-			// Check for "no reading available
+			// Check for "no reading available"
 			If (LEqual (Local0, 0x80)) {
 				Return (CTOK (\F2ON))
 			}



More information about the coreboot-gerrit mailing list