mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
staging: vchiq_arm: remove space after open '('
Fix checkpatch error "ERROR: space prohibited after that open
parenthesis '('" in vchiq_arm.c:563.
Signed-off-by: Mario Balan <mario.balan@gmail.com>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4e37138ed3
commit
9fc6eeb7cb
|
|
@ -560,7 +560,7 @@ add_completion(VCHIQ_INSTANCE_T instance, VCHIQ_REASON_T reason,
|
|||
vchiq_log_trace(vchiq_arm_log_level,
|
||||
"%s - completion queue full", __func__);
|
||||
DEBUG_COUNT(COMPLETION_QUEUE_FULL_COUNT);
|
||||
if (wait_for_completion_killable( &instance->remove_event)) {
|
||||
if (wait_for_completion_killable(&instance->remove_event)) {
|
||||
vchiq_log_info(vchiq_arm_log_level,
|
||||
"service_callback interrupted");
|
||||
return VCHIQ_RETRY;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user