| commit | 455ed64bff3cc223bf0a2aff117d3b47a523ba0a | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.huber@secunet.com> | Fri May 18 15:21:23 2018 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Mon May 06 21:34:18 2019 +0000 |
| tree | 2b1932f1ac194c4b963c772a11ded6836fa7a8f5 | |
| parent | 6582141149192b4b7227f66870f3a5df7ac43bc6 [diff] [blame] |
direct pci, debug: Fix minor style issues Change-Id: I8adbf75babc233dff79e5c8921d1f24692a939ab Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/libhwbase/+/26840 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: Nico Huber <nico.h@gmx.de>
diff --git a/common/direct/hw-pci-dev.adb b/common/direct/hw-pci-dev.adb index 3d76521..8a1a56b 100644 --- a/common/direct/hw-pci-dev.adb +++ b/common/direct/hw-pci-dev.adb
@@ -78,8 +78,8 @@ procedure Resource_Size (Length : out Natural; Res : Resource) is - use Type HW.Word16; - use Type HW.Word32; + use type HW.Word16; + use type HW.Word32; Cmd : Word16; Base, Backup : Word32;