Fix checkpatch issue - WARNING:FUNCTION_ARGUMENTS

This commit modifies the function declaration to have the arguments
in the same line to the identifier of the function.

Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@linux.intel.com>
Change-Id: Ic7a2f19e353e4f3fa42dded09fa1c8f23bde2b2b
This commit is contained in:
Yonattan Louise 2015-04-07 12:23:20 -05:00 committed by Anas Nashif
parent 29bd1c70ab
commit b5e560fa81

View File

@ -80,11 +80,10 @@ extern unsigned char _IdtBaseAddress[];
*
*/
void irq_handler_set
(unsigned int vector,
void (*oldRoutine)(void *parameter),
void (*newRoutine)(void *parameter),
void *parameter)
void irq_handler_set(unsigned int vector,
void (*oldRoutine)(void *parameter),
void (*newRoutine)(void *parameter),
void *parameter)
{
unsigned int ix =
FIRST_OPT_OPCODE_OFF; /* call _IntEnt is not optional */