habanalabs: fix spelling mistake
authorOded Gabbay <ogabbay@kernel.org>
Fri, 28 Jan 2022 08:11:39 +0000 (10:11 +0200)
committerOded Gabbay <ogabbay@kernel.org>
Mon, 28 Feb 2022 12:22:04 +0000 (14:22 +0200)
The name of the property is hints_range_reservation

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/memory.c

index c090408..4778f23 100644 (file)
@@ -655,7 +655,7 @@ static u64 get_va_block(struct hl_device *hdev,
                        continue;
 
                /*
-                * In case hint address is 0, and arc_hints_range_reservation
+                * In case hint address is 0, and hints_range_reservation
                 * property enabled, then avoid allocating va blocks from the
                 * range reserved for hint addresses
                 */