diff options
author | Herman <yanshuaijun@yulong.com> | 2021-06-09 05:00:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-07-12 09:16:33 +0200 |
commit | e481ff3f19cd9d46da1a46ca7966403dc69e8632 (patch) | |
tree | 9d6b5b8fdaac39725264368970bf3431dd0f3150 /drivers/media/pci | |
parent | media: cedrus: hevc: Add support for multiple slices (diff) | |
download | linux-e481ff3f19cd9d46da1a46ca7966403dc69e8632.tar.xz linux-e481ff3f19cd9d46da1a46ca7966403dc69e8632.zip |
media: drivers/media/pci/tw5864/Tw5864-reg.h: fix typo issues
change 'syncrous' into 'synchronous'
Signed-off-by: Herman <yanshuaijun@yulong.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/tw5864/tw5864-reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/tw5864/tw5864-reg.h b/drivers/media/pci/tw5864/tw5864-reg.h index a26a439c4dc0..25d4a9a6cc6b 100644 --- a/drivers/media/pci/tw5864/tw5864-reg.h +++ b/drivers/media/pci/tw5864/tw5864-reg.h @@ -663,7 +663,7 @@ #define TW5864_SYNC 0x8008 /* Define controls in register TW5864_SYNC */ /* - * 0 vlc stream to syncrous port + * 0 vlc stream to synchronous port * 1 vlc stream to ddr buffers */ #define TW5864_SYNC_CFG BIT(7) |