Commit 7491c036 authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: removing extra ;



There is an extra ; after the end of a function, which needs to be removed

Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: default avatarTomer Tayar <ttayar@habana.ai>
parent 1718a45b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{