[coreboot-gerrit] Patch set updated for coreboot: b2b83c4 panther: fit comment typo

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Jun 14 23:21:07 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6021

-gerrit

commit b2b83c4f6e7750c747311ee6a3c6a8dd89561345
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