From: Jilin Yuan Date: Wed, 24 Aug 2022 13:10:16 +0000 (+0200) Subject: media: usb/msi2500: fix repeated words in comments X-Git-Tag: v6.1-rc2~12^2~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91d0092a6958640c362d0913ed6f933e514eee68;p=thirdparty%2Flinux.git media: usb/msi2500: fix repeated words in comments Delete the redundant word 'for'. Signed-off-by: Jilin Yuan Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/msi2500/msi2500.c b/drivers/media/usb/msi2500/msi2500.c index 5a1f2698efb7b..9759996ee6a4c 100644 --- a/drivers/media/usb/msi2500/msi2500.c +++ b/drivers/media/usb/msi2500/msi2500.c @@ -209,7 +209,7 @@ leave: * * Control bits for previous samples is 32-bit field, containing 16 x 2-bit * numbers. This results one 2-bit number for 8 samples. It is likely used for - * for bit shifting sample by given bits, increasing actual sampling resolution. + * bit shifting sample by given bits, increasing actual sampling resolution. * Number 2 (0b10) was never seen. * * 6 * 16 * 2 * 4 = 768 samples. 768 * 4 = 3072 bytes