media: pvrusb2: drop unexpected word 'a' in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Thu, 23 Jun 2022 07:42:57 +0000 (08:42 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 13:47:21 +0000 (14:47 +0100)
commitb813aa3dc66336d698e10264fa8c088019050a04
tree2ce1644a8c67a59f7f2215912906f39d9183b551
parent1a2a24d9b90823ab13d5ed3c06f3fac31c2533b8
media: pvrusb2: drop unexpected word 'a' in comments

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

file - drivers/media/usb/pvrusb2/pvrusb2-hdw.c
line - 5044

But now it's a a chicken and egg problem...) */

changed to:

But now it's a chicken and egg problem...) */

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/pvrusb2/pvrusb2-hdw.c