summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/zl10036.c
diff options
context:
space:
mode:
authorYu Jiaoliang <yujiaoliang@vivo.com>2024-09-25 16:19:01 +0800
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-10-12 16:28:25 +0200
commit2f88509db015dfe1180ddb23c4258f8a0b2b5d58 (patch)
treeb1bbea1a24f09a7a078d3cc21b9573315b2fbe50 /drivers/media/dvb-frontends/zl10036.c
parent1e63c7940bb1e58c4b54eac5917ab516bd54f5f3 (diff)
downloadlwn-2f88509db015dfe1180ddb23c4258f8a0b2b5d58.tar.gz
lwn-2f88509db015dfe1180ddb23c4258f8a0b2b5d58.zip
media: dvb: Fix typos in comments across various files
This patch corrects spelling errors in comments within the media/dvb-frontends directory found by codespell to enhance clarity and maintainability of the code. This change does not affect the functionality. Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/dvb-frontends/zl10036.c')
-rw-r--r--drivers/media/dvb-frontends/zl10036.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/zl10036.c b/drivers/media/dvb-frontends/zl10036.c
index 3df055be66d6..5ad987c6861b 100644
--- a/drivers/media/dvb-frontends/zl10036.c
+++ b/drivers/media/dvb-frontends/zl10036.c
@@ -89,7 +89,7 @@ static int zl10036_write(struct zl10036_state *state, u8 buf[], u8 count)
int ret;
if (zl10036_debug & 0x02) {
- /* every 8bit-value satisifes this!
+ /* every 8bit-value satisfies this!
* so only check for debug log */
if ((buf[0] & 0x80) == 0x00)
reg = 2;