habanalabs: removing extra ;
authorOded Gabbay <oded.gabbay@gmail.com>
Tue, 7 Jan 2020 21:44:32 +0000 (23:44 +0200)
committerOded 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

index b680b0c..aef4de3 100644 (file)
@@ -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)
 {