projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1718a45
)
habanalabs: removing extra ;
author
Oded Gabbay
<oded.gabbay@gmail.com>
Tue, 7 Jan 2020 21:44:32 +0000
(23:44 +0200)
committer
Oded Gabbay
<oded.gabbay@gmail.com>
Tue, 24 Mar 2020 08:54:16 +0000
(10:54 +0200)
There is an extra ; after the end of a function, which needs to be removed
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: Tomer Tayar <ttayar@habana.ai>
drivers/misc/habanalabs/device.c
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/device.c
b/drivers/misc/habanalabs/device.c
index
b680b0c
..
aef4de3
100644
(file)
--- a/
drivers/misc/habanalabs/device.c
+++ b/
drivers/misc/habanalabs/device.c
@@
-36,7
+36,7
@@
enum hl_device_status hl_device_status(struct hl_device *hdev)
status = HL_DEVICE_STATUS_OPERATIONAL;
return status;
-}
;
+}
static void hpriv_release(struct kref *ref)
{