mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08:00
staging: vc04_services: Fix indentation
This should fix the indentation issues found by checkpatch. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
946d61ace1
commit
f306ed07d1
@ -745,7 +745,9 @@ int32_t vchi_get_peer_version( const VCHI_SERVICE_HANDLE_T handle, short *peer_v
|
|||||||
SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle;
|
SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle;
|
||||||
if(service)
|
if(service)
|
||||||
{
|
{
|
||||||
VCHIQ_STATUS_T status = vchiq_get_peer_version(service->handle, peer_version);
|
VCHIQ_STATUS_T status;
|
||||||
|
|
||||||
|
status = vchiq_get_peer_version(service->handle, peer_version);
|
||||||
ret = vchiq_status_to_vchi( status );
|
ret = vchiq_status_to_vchi( status );
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user