[coreboot-gerrit] Change in coreboot[master]: mainboard/intel/dg41wv: Fix lint check error

Maulik V Vaghela (Code Review) gerrit at coreboot.org
Sat May 26 12:11:00 CEST 2018


Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/26562


Change subject: mainboard/intel/dg41wv: Fix lint check error
......................................................................

mainboard/intel/dg41wv: Fix lint check error

Fix lint error due to non-ASCII characters

BUG=none
BRANCH=none
TEST=check if no error in checkpatch.pl script.

Change-Id: Iec7682e460c8e0d467a70349a23390554cc1de92
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela at intel.com>
---
M src/mainboard/intel/dg41wv/devicetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/26562/1

diff --git a/src/mainboard/intel/dg41wv/devicetree.cb b/src/mainboard/intel/dg41wv/devicetree.cb
index 315cc06..214c49b 100644
--- a/src/mainboard/intel/dg41wv/devicetree.cb
+++ b/src/mainboard/intel/dg41wv/devicetree.cb
@@ -95,8 +95,8 @@
 				subsystemid 0x8086 0x5756
 			end
 			device pci 1e.0 on end		# PCI bridge
-			device pci 1e.2 off end		# AC ’97 Audio Controller
-			device pci 1e.3 off end		# AC ’97 Modem Controller
+			device pci 1e.2 off end		# AC'97 Audio Controller
+			device pci 1e.3 off end		# AC'97 Modem Controller
 			device pci 1f.0 on		# ISA bridge
 				subsystemid 0x8086 0x5756
 				chip superio/winbond/w83627dhg

-- 
To view, visit https://review.coreboot.org/26562
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: Iec7682e460c8e0d467a70349a23390554cc1de92
Gerrit-Change-Number: 26562
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180526/66e31357/attachment.html>


More information about the coreboot-gerrit mailing list