<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26840">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">direct pci, debug: Minor style fixes<br><br>Change-Id: I8adbf75babc233dff79e5c8921d1f24692a939ab<br>Signed-off-by: Nico Huber <nico.huber@secunet.com><br>---<br>M common/direct/hw-pci-dev.adb<br>M debug/hw-debug.adb<br>M debug/hw-debug.ads<br>3 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/libhwbase refs/changes/40/26840/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/common/direct/hw-pci-dev.adb b/common/direct/hw-pci-dev.adb</span><br><span>index 3d76521..8a1a56b 100644</span><br><span>--- a/common/direct/hw-pci-dev.adb</span><br><span>+++ b/common/direct/hw-pci-dev.adb</span><br><span>@@ -78,8 +78,8 @@</span><br><span> </span><br><span>    procedure Resource_Size (Length : out Natural; Res : Resource)</span><br><span>    is</span><br><span style="color: hsl(0, 100%, 40%);">-      use Type HW.Word16;</span><br><span style="color: hsl(0, 100%, 40%);">-      use Type HW.Word32;</span><br><span style="color: hsl(120, 100%, 40%);">+      use type HW.Word16;</span><br><span style="color: hsl(120, 100%, 40%);">+      use type HW.Word32;</span><br><span> </span><br><span>       Cmd : Word16;</span><br><span>       Base, Backup : Word32;</span><br><span>diff --git a/debug/hw-debug.adb b/debug/hw-debug.adb</span><br><span>index 60968e1..2f1fed9 100644</span><br><span>--- a/debug/hw-debug.adb</span><br><span>+++ b/debug/hw-debug.adb</span><br><span>@@ -251,7 +251,7 @@</span><br><span>             Debug_Sink.Put_Char (' ');</span><br><span>             for J in Natural range 8 .. Natural'Min (15, Left)</span><br><span>             loop</span><br><span style="color: hsl(0, 100%, 40%);">-               Put_Word (Word64(Buf (Line_Start + J)), 2, False);</span><br><span style="color: hsl(120, 100%, 40%);">+               Put_Word (Word64 (Buf (Line_Start + J)), 2, False);</span><br><span>                Debug_Sink.Put_Char (' ');</span><br><span>             end loop;</span><br><span>             New_Line;</span><br><span>@@ -272,7 +272,7 @@</span><br><span> </span><br><span>    ----------------------------------------------------------------------------</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   Procedure Register_Write_Wait</span><br><span style="color: hsl(120, 100%, 40%);">+   procedure Register_Write_Wait</span><br><span>    is</span><br><span>    begin</span><br><span>       if Register_Write_Delay_Nanoseconds > 0 then</span><br><span>diff --git a/debug/hw-debug.ads b/debug/hw-debug.ads</span><br><span>index adf61fb..e3d6b2b 100644</span><br><span>--- a/debug/hw-debug.ads</span><br><span>+++ b/debug/hw-debug.ads</span><br><span>@@ -37,7 +37,7 @@</span><br><span>    procedure Put_Buffer (Name : String; Buf : in Buffer; Len : in Buffer_Range);</span><br><span> </span><br><span>    procedure Set_Register_Write_Delay (Value : Word64);</span><br><span style="color: hsl(0, 100%, 40%);">-   Procedure Register_Write_Wait;</span><br><span style="color: hsl(120, 100%, 40%);">+   procedure Register_Write_Wait;</span><br><span> end HW.Debug;</span><br><span> </span><br><span> --  vim: set ts=8 sts=3 sw=3 et:</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26840">change 26840</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26840"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libhwbase </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8adbf75babc233dff79e5c8921d1f24692a939ab </div>
<div style="display:none"> Gerrit-Change-Number: 26840 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>