aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface
diff options
context:
space:
mode:
authorTomas Marek <marek_tomas@centrum.cz>2017-12-13 12:51:22 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-19 15:17:45 +0100
commit47f92e399e515acd8b27213a4a1332c728b198d9 (patch)
tree448308cd917eca8cd1cd417c0855c17c88038825 /drivers/staging/vc04_services/interface
parentstaging: vt6655: Use GFP_KERNEL in kzalloc (diff)
downloadlinux-dev-47f92e399e515acd8b27213a4a1332c728b198d9.tar.xz
linux-dev-47f92e399e515acd8b27213a4a1332c728b198d9.zip
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>
Diffstat (limited to 'drivers/staging/vc04_services/interface')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c
index d465e1cf5db9..29984f9795c7 100644
--- 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_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);