22 Aug, 2015
1 commit
-
There are already some comments at dvb_ringbuffer.h that are ready
for DocBook, although not properly formatted.Convert them, fix some issues and add this file to
the device-drivers DocBook.While here, put multi-line comments on the right format.
Signed-off-by: Mauro Carvalho Chehab
Acked-by: Jonathan Corbet
08 Sep, 2014
1 commit
-
Sparse is complaining about ngene's bad usage of a __user ptr:
>> drivers/media/pci/ngene/ngene-dvb.c:62:48: sparse: incorrect type in argument 2 (different address spaces)
drivers/media/pci/ngene/ngene-dvb.c:62:48: expected unsigned char const [usertype] *buf
drivers/media/pci/ngene/ngene-dvb.c:62:48: got char const [noderef] *bufAs this is intercepting a .write() file ops, we can't just memcpy. We need to use
copy_from_user.Reported-by: kbuild test robot
Signed-off-by: Mauro Carvalho Chehab
14 Aug, 2012
1 commit
-
just like the V4L2 core, move the DVB core to drivers/media, as the
intention is to get rid of both "video" and "dvb" directories.Signed-off-by: Mauro Carvalho Chehab