habanalabs: removing extra ;
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>
This commit is contained in:
parent
1718a45b28
commit
7491c036cb
|
@ -36,7 +36,7 @@ enum hl_device_status hl_device_status(struct hl_device *hdev)
|
||||||
status = HL_DEVICE_STATUS_OPERATIONAL;
|
status = HL_DEVICE_STATUS_OPERATIONAL;
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
};
|
}
|
||||||
|
|
||||||
static void hpriv_release(struct kref *ref)
|
static void hpriv_release(struct kref *ref)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue