mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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:
parent
2c869b6969
commit
2a1a564ada
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user