Commit f306ed07 authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman
Browse files

staging: vc04_services: Fix indentation



This should fix the indentation issues found by checkpatch.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 946d61ac
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -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;
	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 );
	}
	return ret;
+21 −21

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading