Skip to content

Commit 1ebbfee

Browse files
algonellgregkh
authored andcommitted
accel/ivpu: Fix a typo
commit 284a890 upstream. 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] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a735c92 commit 1ebbfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/accel/ivpu/vpu_boot_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/*
1010
* =========== FW API version information beginning ================
11-
* The bellow values will be used to construct the version info this way:
11+
* The below values will be used to construct the version info this way:
1212
* fw_bin_header->api_version[VPU_BOOT_API_VER_ID] = (VPU_BOOT_API_VER_MAJOR << 16) |
1313
* VPU_BOOT_API_VER_MINOR;
1414
* VPU_BOOT_API_VER_PATCH will be ignored. KMD and compatibility is not affected if this changes

0 commit comments

Comments
 (0)