Replace spaces with tabs to adhere to kernel coding style. No
functional changes intended in this patch.
Signed-off-by: Hridesh MG <hridesh699@gmail.com>
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20241010102250.236545-2-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
state->id, service->localport, dir_char, queue->local_insert,
queue->remote_insert, queue->process);
- if (bulk_waiter) {
- bulk_waiter->bulk = bulk;
+ if (bulk_waiter) {
+ bulk_waiter->bulk = bulk;
if (wait_for_completion_killable(&bulk_waiter->event))
status = -EINTR;
- else if (bulk_waiter->actual == VCHIQ_BULK_ACTUAL_ABORTED)
- status = -EINVAL;
- }
+ else if (bulk_waiter->actual == VCHIQ_BULK_ACTUAL_ABORTED)
+ status = -EINVAL;
+ }
return status;