diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-24 15:13:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-09-24 08:47:01 +0200 |
commit | 9dcd063656a9225c8ac6341c0931b34ceebf9214 (patch) | |
tree | 348e6074beb12e8e59f77900eba32530feb8f87f | |
parent | 91d0092a6958640c362d0913ed6f933e514eee68 (diff) | |
download | linux-9dcd063656a9225c8ac6341c0931b34ceebf9214.tar.gz |
media: usb/dvb-usb-v2: fix repeated words in comments
Delete the redundant word 'my'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/af9035.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c index 5eef37b00a52..1e9c8d01523b 100644 --- a/drivers/media/usb/dvb-usb-v2/af9035.c +++ b/drivers/media/usb/dvb-usb-v2/af9035.c @@ -1497,7 +1497,7 @@ static int af9035_tuner_attach(struct dvb_usb_adapter *adap) /* * AF9035 gpiot2 = FC0012 enable * XXX: there seems to be something on gpioh8 too, but on my - * my test I didn't find any difference. + * test I didn't find any difference. */ if (adap->id == 0) { |