Commit 85b1dedd authored by Jason Wang's avatar Jason Wang Committed by Mauro Carvalho Chehab

media: technisat-usb2: Fix comment typo

The double `is' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 73854b86
...@@ -786,7 +786,7 @@ static void technisat_usb2_disconnect(struct usb_interface *intf) ...@@ -786,7 +786,7 @@ static void technisat_usb2_disconnect(struct usb_interface *intf)
{ {
struct dvb_usb_device *dev = usb_get_intfdata(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) { if (dev != NULL) {
struct technisat_usb2_state *state = dev->priv; struct technisat_usb2_state *state = dev->priv;
if (state != NULL) if (state != NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment