Blob Blame History Raw
From 47f92e399e515acd8b27213a4a1332c728b198d9 Mon Sep 17 00:00:00 2001
From: Tomas Marek <marek_tomas@centrum.cz>
Date: Wed, 13 Dec 2017 12:51:22 -0800
Subject: [PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c
Git-commit: 47f92e399e515acd8b27213a4a1332c728b198d9
Patch-mainline: v4.16-rc1
References: FATE#324827

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>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
@@ -800,8 +800,7 @@ int32_t vchi_get_peer_version(const VCHI
 	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);