From: Oded Gabbay Date: Fri, 28 Jan 2022 08:11:39 +0000 (+0200) Subject: habanalabs: fix spelling mistake X-Git-Tag: v5.18-rc1~83^2~59^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960be39db6fe421c49e603bbd541ff2e397f280e;p=thirdparty%2Flinux.git habanalabs: fix spelling mistake The name of the property is hints_range_reservation Signed-off-by: Oded Gabbay --- diff --git a/drivers/misc/habanalabs/common/memory.c b/drivers/misc/habanalabs/common/memory.c index c0904081f37e7..4778f23d80983 100644 --- a/drivers/misc/habanalabs/common/memory.c +++ b/drivers/misc/habanalabs/common/memory.c @@ -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 */