From 94501508922c9c7f0c141ce0440f64d800a35a28 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 19 Oct 2016 17:59:10 +0200 Subject: util/inteltool: Use tabs for indents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9d27c276053c51021166f4b22d150060e415d08f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/17025 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer --- util/inteltool/inteltool.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util/inteltool/inteltool.h') diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index c6f486fe64..5931cb02c9 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -44,9 +44,9 @@ static inline uint8_t inb(unsigned port) } static inline uint16_t inw(unsigned port) { - uint16_t data; - __asm volatile("inw %w1,%0": "=a" (data) : "d" (port)); - return data; + uint16_t data; + __asm volatile("inw %w1,%0": "=a" (data) : "d" (port)); + return data; } static inline uint32_t inl(unsigned port) { -- cgit v1.2.3