media: drxk: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 4 Aug 2022 11:51:38 +0000 (13:51 +0200)
committerMauro 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

index 9430295a8175c750188bdab14dda41ba53173da6..47d83e0a470c72f0496c8cee0c53c2b824fd4e74 100644 (file)
@@ -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;