projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3ed97
)
media: drxk: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Thu, 4 Aug 2022 11:51:38 +0000
(13:51 +0200)
committer
Mauro Carvalho Chehab
<mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:14 +0000
(15:32 +0200)
The double `for' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/dvb-frontends/drxk_hard.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/drxk_hard.c
b/drivers/media/dvb-frontends/drxk_hard.c
index 9430295a8175c750188bdab14dda41ba53173da6..47d83e0a470c72f0496c8cee0c53c2b824fd4e74 100644
(file)
--- a/
drivers/media/dvb-frontends/drxk_hard.c
+++ b/
drivers/media/dvb-frontends/drxk_hard.c
@@
-3516,7
+3516,7
@@
static int set_dvbt_standard(struct drxk_state *state,
status = write16(state, IQM_AF_CLP_LEN__A, 0);
if (status < 0)
goto error;
- /* window size for
for
sense pre-SAW detection */
+ /* window size for sense pre-SAW detection */
status = write16(state, IQM_AF_SNS_LEN__A, 0);
if (status < 0)
goto error;