[coreboot-gerrit] Change in coreboot[master]: device/oprom/x86emu/sys.c: Fix coding style

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 18 09:31:20 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26362


Change subject: device/oprom/x86emu/sys.c: Fix coding style
......................................................................

device/oprom/x86emu/sys.c: Fix coding style

Change-Id: Ib0f57884dbeb834ff4fa446ff4077bd1064e1e6e
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/device/oprom/x86emu/sys.c
1 file changed, 11 insertions(+), 13 deletions(-)



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

diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c
index 9c293bc..83d2358 100644
--- a/src/device/oprom/x86emu/sys.c
+++ b/src/device/oprom/x86emu/sys.c
@@ -1,10 +1,10 @@
 /****************************************************************************
 *
-*						Realmode X86 Emulator Library
+*			Realmode X86 Emulator Library
 *
-*            	Copyright (C) 1996-1999 SciTech Software, Inc.
-* 				     Copyright (C) David Mosberger-Tang
-* 					   Copyright (C) 1999 Egbert Eich
+*		Copyright (C) 1996-1999 SciTech Software, Inc.
+*		Copyright (C) David Mosberger-Tang
+*		Copyright (C) 1999 Egbert Eich
 *
 *  ========================================================================
 *
@@ -28,15 +28,15 @@
 *
 *  ========================================================================
 *
-* Language:		ANSI C
+* Language:	ANSI C
 * Environment:	Any
 * Developer:    Kendall Bennett
 *
 * Description:  This file includes subroutines which are related to
-*				programmed I/O and memory access. Included in this module
-*				are default functions with limited usefulness. For real
-*				uses these functions will most likely be overridden by the
-*				user library.
+*		programmed I/O and memory access. Included in this module
+*		are default functions with limited usefulness. For real
+*		uses these functions will most likely be overridden by the
+*		user library.
 *
 ****************************************************************************/
 
@@ -200,8 +200,6 @@
 
 	DB(if (DEBUG_MEM_TRACE())
 	   printf("%#08x 4 <- %#x\n", addr, val);)
-
-
 }
 
 /****************************************************************************
@@ -321,7 +319,7 @@
 memory space, allowing the user application to override these functions
 and hook them out as necessary for their application.
 ****************************************************************************/
-void X86EMU_setupMemFuncs(X86EMU_memFuncs * funcs)
+void X86EMU_setupMemFuncs(X86EMU_memFuncs *funcs)
 {
 	sys_rdb = funcs->rdb;
 	sys_rdw = funcs->rdw;
@@ -340,7 +338,7 @@
 I/O space, allowing the user application to override these functions
 and hook them out as necessary for their application.
 ****************************************************************************/
-void X86EMU_setupPioFuncs(X86EMU_pioFuncs * funcs)
+void X86EMU_setupPioFuncs(X86EMU_pioFuncs *funcs)
 {
 	sys_inb = funcs->inb;
 	sys_inw = funcs->inw;

-- 
To view, visit https://review.coreboot.org/26362
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: Ib0f57884dbeb834ff4fa446ff4077bd1064e1e6e
Gerrit-Change-Number: 26362
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180518/59a00e1b/attachment-0001.html>


More information about the coreboot-gerrit mailing list