Skip to content

Commit

Permalink
accel/ivpu: Fix a typo
Browse files Browse the repository at this point in the history
commit 284a890 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Andrew Kreimer authored and Greg Kroah-Hartman committed May 9, 2025
1 parent a735c92 commit 1ebbfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/accel/ivpu/vpu_boot_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ebbfee

Please sign in to comment.