projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a8f8c
)
accel/ivpu: Fix a typo
author
Andrew Kreimer
<algonell@gmail.com>
Mon, 9 Sep 2024 13:56:38 +0000
(16:56 +0300)
committer
Simona Vetter
<simona.vetter@ffwll.ch>
Tue, 24 Sep 2024 09:41:11 +0000
(11:41 +0200)
Fix a typo in comments.
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240909135655.45938-1-algonell@gmail.com
drivers/accel/ivpu/vpu_boot_api.h
patch
|
blob
|
history
diff --git
a/drivers/accel/ivpu/vpu_boot_api.h
b/drivers/accel/ivpu/vpu_boot_api.h
index
82954b9
..
d474bc7
100644
(file)
--- 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 bel
l
ow 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