Re: [PATCH v2 1/3] habanalabs: remove extra semicolon

2019-04-02 Thread Mukesh Ojha
On 4/2/2019 10:37 PM, Oded Gabbay wrote: This patch removes an extra ; after the closing brackets of a while loop. Signed-off-by: Oded Gabbay Reviewed-by: Mukesh Ojha Cheers, -Mukesh --- drivers/misc/habanalabs/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 1/3] habanalabs: remove extra semicolon

2019-04-02 Thread Oded Gabbay
This patch removes an extra ; after the closing brackets of a while loop. Signed-off-by: Oded Gabbay --- 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..6c