Commit 73854b86 authored by Jason Wang's avatar Jason Wang Committed by Mauro Carvalho Chehab

media: drxk: Fix comment typo

The double `for' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent fd3ed970
...@@ -3516,7 +3516,7 @@ static int set_dvbt_standard(struct drxk_state *state, ...@@ -3516,7 +3516,7 @@ static int set_dvbt_standard(struct drxk_state *state,
status = write16(state, IQM_AF_CLP_LEN__A, 0); status = write16(state, IQM_AF_CLP_LEN__A, 0);
if (status < 0) if (status < 0)
goto error; 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); status = write16(state, IQM_AF_SNS_LEN__A, 0);
if (status < 0) if (status < 0)
goto error; goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment