projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e850b89
)
habanalabs: remove extra semicolon
author
Oded Gabbay
<oded.gabbay@gmail.com>
Tue, 2 Apr 2019 12:46:02 +0000
(15:46 +0300)
committer
Oded Gabbay
<oded.gabbay@gmail.com>
Tue, 2 Apr 2019 12:46:02 +0000
(15:46 +0300)
This patch removes an extra ; after the closing brackets of a while loop.
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
drivers/misc/habanalabs/device.c
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/device.c
b/drivers/misc/habanalabs/device.c
index
e3797f5
..
6cbfd56
100644
(file)
--- 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;