diff options
author | Yu Jiaoliang <yujiaoliang@vivo.com> | 2024-09-25 11:19:01 +0300 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-10-12 17:28:25 +0300 |
commit | 2f88509db015dfe1180ddb23c4258f8a0b2b5d58 (patch) | |
tree | b1bbea1a24f09a7a078d3cc21b9573315b2fbe50 /drivers/media/dvb-frontends/stv6111.c | |
parent | 1e63c7940bb1e58c4b54eac5917ab516bd54f5f3 (diff) | |
download | linux-2f88509db015dfe1180ddb23c4258f8a0b2b5d58.tar.xz |
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/stv6111.c')
-rw-r--r-- | drivers/media/dvb-frontends/stv6111.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stv6111.c b/drivers/media/dvb-frontends/stv6111.c index 2d0adb6fcb08..0ac15273922d 100644 --- a/drivers/media/dvb-frontends/stv6111.c +++ b/drivers/media/dvb-frontends/stv6111.c @@ -161,7 +161,7 @@ static const struct slookup gain_rfagc_lookup[] = { }; /* - * This table is 6 dB too low comapred to the others (probably created with + * This table is 6 dB too low compared to the others (probably created with * a different BB_MAG setting) */ static const struct slookup gain_channel_agc_nf_lookup[] = { |