src/lib: Fix checkpatch warnings
The script checkpatch.pl complains about these files. Fix the warnings. Change-Id: I4271cc35bb101447a316a75273cf8a6e95ed62d5 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/16011 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
29fc9bb855
commit
cbc0416ea7
@ -19,7 +19,7 @@
|
||||
|
||||
int volatile trace_dis = 0;
|
||||
|
||||
void __cyg_profile_func_enter( void *func, void *callsite)
|
||||
void __cyg_profile_func_enter(void *func, void *callsite)
|
||||
{
|
||||
|
||||
if (trace_dis)
|
||||
@ -30,6 +30,6 @@ void __cyg_profile_func_enter( void *func, void *callsite)
|
||||
ENABLE_TRACE
|
||||
}
|
||||
|
||||
void __cyg_profile_func_exit( void *func, void *callsite )
|
||||
void __cyg_profile_func_exit(void *func, void *callsite)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user