aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kreimer <[email protected]>2024-09-09 13:56:38 +0000
committerSimona Vetter <[email protected]>2024-09-24 09:41:11 +0000
commit284a8908f5ec25355a831e3e2d87975d748e98dc (patch)
tree18dec7347e59405a92dd1b85f0192f00688f646b
parentdrm: Link drm_rect.o into DRM core module (diff)
downloadkernel-284a8908f5ec25355a831e3e2d87975d748e98dc.tar.gz
kernel-284a8908f5ec25355a831e3e2d87975d748e98dc.zip
accel/ivpu: Fix a typo
Fix a typo in comments. Reported-by: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Simona Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/accel/ivpu/vpu_boot_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/accel/ivpu/vpu_boot_api.h b/drivers/accel/ivpu/vpu_boot_api.h
index 82954b91b748..d474bc7b15c0 100644
--- a/drivers/accel/ivpu/vpu_boot_api.h
+++ b/drivers/accel/ivpu/vpu_boot_api.h
@@ -8,7 +8,7 @@
/*
* =========== FW API version information beginning ================
- * The bellow values will be used to construct the version info this way:
+ * The below values will be used to construct the version info this way:
* fw_bin_header->api_version[VPU_BOOT_API_VER_ID] = (VPU_BOOT_API_VER_MAJOR << 16) |
* VPU_BOOT_API_VER_MINOR;
* VPU_BOOT_API_VER_PATCH will be ignored. KMD and compatibility is not affected if this changes