media: rtl28xxu: replace a NO-BREAK SPACE character
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 14:42:39 +0000 (16:42 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 4 Jun 2021 06:09:05 +0000 (08:09 +0200)
Instead of using:

- U+00a0 (' '): NO-BREAK SPACE

Use a normal white space.

This was probably introduced by some cut-and-paste.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/dvb-usb-v2/rtl28xxu.c

index 2c04ed8..8370573 100644 (file)
@@ -1777,7 +1777,7 @@ static int rtl2832u_rc_query(struct dvb_usb_device *d)
                ir_raw_event_store_with_filter(d->rc_dev, &ev);
        }
 
-       /* 'flush' ir_raw_event_store_with_filter() */
+       /* 'flush' ir_raw_event_store_with_filter() */
        ir_raw_event_handle(d->rc_dev);
 exit:
        return ret;