media: technisat-usb2: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 4 Aug 2022 11:58:25 +0000 (13:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 13:32:14 +0000 (15:32 +0200)
The double `is' 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/usb/dvb-usb/technisat-usb2.c

index 9c77911fcad424fdd1ca111a99e0333d787dd31d..df90c6c5f3b96c8161bb22b856d39d234d5a5178 100644 (file)
@@ -786,7 +786,7 @@ static void technisat_usb2_disconnect(struct usb_interface *intf)
 {
        struct dvb_usb_device *dev = usb_get_intfdata(intf);
 
-       /* work and stuff was only created when the device is is hot-state */
+       /* work and stuff was only created when the device is hot-state */
        if (dev != NULL) {
                struct technisat_usb2_state *state = dev->priv;
                if (state != NULL)