mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 1/3] habanalabs: remove extra semicolon
@ 2019-04-02 17:07 Oded Gabbay
  2019-04-02 17:07 ` [PATCH v2 2/3] habanalabs: add new IOCTL for debug, tracing and profiling Oded Gabbay
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oded Gabbay @ 2019-04-02 17:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh

This patch removes an extra ; after the closing brackets of a while loop.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
---
 drivers/misc/habanalabs/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/habanalabs/device.c b/drivers/misc/habanalabs/device.c
index e3797f582436..6cbfd560721e 100644
--- a/drivers/misc/habanalabs/device.c
+++ b/drivers/misc/habanalabs/device.c
@@ -1044,7 +1044,7 @@ void hl_device_fini(struct hl_device *hdev)
 			WARN(1, "Failed to remove device because reset function did not finish\n");
 			return;
 		}
-	};
+	}
 
 	/* Mark device as disabled */
 	hdev->disabled = true;
-- 
2.17.1


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

end of thread, other threads:[~2019-04-03  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-02 17:07 [PATCH v2 1/3] habanalabs: remove extra semicolon Oded Gabbay
2019-04-02 17:07 ` [PATCH v2 2/3] habanalabs: add new IOCTL for debug, tracing and profiling Oded Gabbay
2019-04-02 17:07 ` [PATCH v2 3/3] habanalabs: add goya implementation for debug configuration Oded Gabbay
2019-04-03  5:58 ` [PATCH v2 1/3] habanalabs: remove extra semicolon Mukesh Ojha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome