mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
staging: greybus: loopback_test: fix checkpatch bad function definition error
Fix the following Errors: Bad function definition - void abort() should probably be void abort(void) Signed-off-by: Abdul Rauf <abdulraufmujahid@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0a8d852234
commit
cbd8733cfd
@ -168,7 +168,7 @@ GET_AVG(latency_avg);
|
||||
GET_AVG(apbridge_unipro_latency_avg);
|
||||
GET_AVG(gbphy_firmware_latency_avg);
|
||||
|
||||
void abort()
|
||||
void abort(void)
|
||||
{
|
||||
_exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user