staging: media: meson: fix typo in codec files

Fix spelling mistake: substracted -> subtracted

Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid@gmail.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
Maha Maryam Javaid 2026-05-08 10:57:31 +05:00 committed by Hans Verkuil
parent 2c869b6969
commit 2a1a564ada
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#define SIZE_SEI (8 * SZ_1K)
/*
* Offset added by the firmware which must be substracted
* Offset added by the firmware which must be subtracted
* from the workspace phyaddr
*/
#define WORKSPACE_BUF_OFFSET 0x1000000

View File

@ -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 */