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:
parent
29bd1c70ab
commit
b5e560fa81
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user