mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00:00
media: technisat-usb2: Fix comment typo
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>
This commit is contained in:
parent
73854b867e
commit
85b1dedd55
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user