linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c
@ 2017-12-13 20:51 Tomas Marek
  2017-12-14  7:33 ` Stefan Wahren
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Marek @ 2017-12-13 20:51 UTC (permalink / raw)
  To: gregkh
  Cc: eric, stefan.wahren, linux-rpi-kernel, linux-arm-kernel, devel,
	linux-kernel, marek_tomas

This patch fix brace on next line coding style errors reported by
checkpatch.

Signed-off-by: Tomas Marek <marek_tomas@centrum.cz>
---
 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 3 +--
 1 file changed, 1 insertion(+), 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 d465e1c..29984f9 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);
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c
  2017-12-13 20:51 [PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c Tomas Marek
@ 2017-12-14  7:33 ` Stefan Wahren
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Wahren @ 2017-12-14  7:33 UTC (permalink / raw)
  To: Tomas Marek, gregkh
  Cc: devel, linux-kernel, eric, linux-rpi-kernel, linux-arm-kernel

Am 13.12.2017 um 21:51 schrieb Tomas Marek:
> 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>

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-14  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13 20:51 [PATCH] Staging: vc04_services: fix brace coding style issues in vchiq_shim.c Tomas Marek
2017-12-14  7:33 ` Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).