[coreboot-gerrit] New patch to review for coreboot: 0c90206 panther: fit comment typo

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Fri Jun 13 19:31:40 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 0c90206ab928c6ead134aaa2d77dbb06f6a54a68
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Thu Jun 12 12:07:16 2014 -0500

    panther: fit 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