* [PATCH] accel/ivpu: Fix a typo
@ 2024-09-09 13:56 Andrew Kreimer
2024-09-24 9:41 ` Simona Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kreimer @ 2024-09-09 13:56 UTC (permalink / raw)
To: Jacek Lawrynowicz, Stanislaw Gruszka, Oded Gabbay
Cc: dri-devel, linux-kernel, kernel-janitors, Andrew Kreimer,
Matthew Wilcox
Fix a typo in comments.
Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/accel/ivpu/vpu_boot_api.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] accel/ivpu: Fix a typo
2024-09-09 13:56 [PATCH] accel/ivpu: Fix a typo Andrew Kreimer
@ 2024-09-24 9:41 ` Simona Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Simona Vetter @ 2024-09-24 9:41 UTC (permalink / raw)
To: Andrew Kreimer
Cc: Jacek Lawrynowicz, Stanislaw Gruszka, Oded Gabbay, dri-devel,
linux-kernel, kernel-janitors, Matthew Wilcox
On Mon, Sep 09, 2024 at 04:56:38PM +0300, Andrew Kreimer wrote:
> Fix a typo in comments.
>
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Applied to drm-misc-next, thanks.
-Sima
> ---
> drivers/accel/ivpu/vpu_boot_api.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.46.0
>
--
Simona Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-24 9:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 13:56 [PATCH] accel/ivpu: Fix a typo Andrew Kreimer
2024-09-24 9:41 ` Simona Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox