media: gspca: drop unexpected word 'is' in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 17:11:37 +0000 (18:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 13:46:08 +0000 (14:46 +0100)
commit9e535e6c496d84b2fc4d8e4696a01afcb8d549c4
treec7a04e48b1dc6f57c8e3d00b23df5099377f5024
parentc1601ea9a65133685c4ddaf3d3640d905e9405c8
media: gspca: drop unexpected word 'is' in the comments

there is an unexpected word 'is' in the comments that need to be dropped

file - drivers/media/usb/gspca/spca501.c
line - 491

* This is is for the 3com HomeConnect Lite which is spca501a based.

changed to:

* This is for the 3com HomeConnect Lite which is spca501a based.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/usb/gspca/spca501.c