mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
Staging: vc04_services: fix brace coding style issues in vchiq_shim.c
This patch fix brace on next line coding style errors reported by checkpatch. Signed-off-by: Tomas Marek <marek_tomas@centrum.cz> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
88a527c498
commit
47f92e399e
|
|
@ -800,8 +800,7 @@ int32_t vchi_get_peer_version(const VCHI_SERVICE_HANDLE_T handle, short *peer_ve
|
|||
int32_t ret = -1;
|
||||
struct shim_service *service = (struct shim_service *)handle;
|
||||
|
||||
if (service)
|
||||
{
|
||||
if (service) {
|
||||
VCHIQ_STATUS_T status;
|
||||
|
||||
status = vchiq_get_peer_version(service->handle, peer_version);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user