From: Oded Gabbay Date: Tue, 7 Jan 2020 21:44:32 +0000 (+0200) Subject: habanalabs: removing extra ; X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7491c036cb7975543139756e9c7d00ea6bdd139d;p=linux.git habanalabs: removing extra ; There is an extra ; after the end of a function, which needs to be removed Signed-off-by: Oded Gabbay Reviewed-by: Tomer Tayar --- diff --git a/drivers/misc/habanalabs/device.c b/drivers/misc/habanalabs/device.c index b680b0caa69be..aef4de36b7aae 100644 --- 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) {