[PATCH] staging: media: meson: fix typo in codec files
Hans Verkuil
hverkuil+cisco at kernel.org
Mon May 4 01:22:30 PDT 2026
Hi Maha,
On 29/04/2026 17:18, Maha Maryam Javaid wrote:
> Fix spelling mistake: substracted -> subtracted
Please combine this patch and the other meson typo patch in a single patch.
There is no point in splitting them up.
Regards,
Hans
>
> Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid at gmail.com>
> ---
> drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/media/meson/vdec/codec_mpeg12.c b/drivers/staging/media/meson/vdec/codec_mpeg12.c
> index 76e9ca7191ab..ab4374e3b2ef 100644
> --- a/drivers/staging/media/meson/vdec/codec_mpeg12.c
> +++ b/drivers/staging/media/meson/vdec/codec_mpeg12.c
> @@ -12,7 +12,7 @@
> #include "vdec_helpers.h"
>
> #define SIZE_WORKSPACE SZ_128K
> -/* Offset substracted by the firmware from the workspace paddr */
> +/* Offset subtracted by the firmware from the workspace paddr */
> #define WORKSPACE_OFFSET (5 * SZ_1K)
>
> /* map firmware registers to known MPEG1/2 functions */
More information about the linux-amlogic
mailing list