summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-02 16:42:39 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-04 08:09:05 +0200
commitffcf1b0ae3fa84f5f3f4bd1ee440e60b72f5c840 (patch)
tree4ff2b5b302329fa1186a117b7aefe72603c2333e /drivers/media/usb
parentdf5ce27d96532844232b16bd0105defc5684e7ce (diff)
downloadlinux-stable-ffcf1b0ae3fa84f5f3f4bd1ee440e60b72f5c840.tar.gz
linux-stable-ffcf1b0ae3fa84f5f3f4bd1ee440e60b72f5c840.tar.bz2
linux-stable-ffcf1b0ae3fa84f5f3f4bd1ee440e60b72f5c840.zip
media: rtl28xxu: replace a NO-BREAK SPACE character
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>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/dvb-usb-v2/rtl28xxu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 2c04ed8af0e4..83705730e37e 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -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;