lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 27 Jul 2008 20:42:56 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Mauro Carvalho Chehab <mchehab@...radead.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-dvb-maintainer@...uxtv.org, video4linux-list@...hat.com,
	linux-kernel@...r.kernel.org
Subject: Re: [GIT PATCHES for 2.6.27] V4L/DVB updates

On Sun, 27 Jul 2008 22:41:04 -0300 Mauro Carvalho Chehab wrote:

> Linus,
> 
> Please pull from:
>         ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git for_linus
> 
> For the following:
> 
>    - API internal improvements on V4L;
>    - Two new drivers: dw2102, mxl5007t;
>    - removal of the long time broken PlanB driver;
>    - added two very old boards to be removed, at feature-removal-schedule;
>    - several fixes and new board support and cleanups on drivers: cx18, gspca,
>      uvcvideo, cs5345, cx2885, pvrusb2, em28xx, s2255drv, stkwebcam, mt20xx, anysee,
>      zr36067, saa7134, saa7134-empress, saa7146, ivtv and tveeprom and pwc;
>    - Some cleanups at V4L core.

I'd really like to get this patch that I mailed to you 2008-July-21 merged...

---

From: Randy Dunlap <randy.dunlap@...cle.com>

Add kernel-doc for parameter @index:

Warning(linhead//drivers/media/video/videodev.c:2090): No description found for parameter 'index'

Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
 drivers/media/video/videodev.c |    2 ++
 1 file changed, 2 insertions(+)

--- linhead.orig/drivers/media/video/videodev.c
+++ linhead/drivers/media/video/videodev.c
@@ -2066,6 +2066,8 @@ EXPORT_SYMBOL(video_register_device);
  *	@type: type of device to register
  *	@nr:   which device number (0 == /dev/video0, 1 == /dev/video1, ...
  *             -1 == first free)
+ *	@index: stream number based on parent device;
+ *		-1 if auto assign, requested number otherwise
  *
  *	The registration code assigns minor numbers based on the type
  *	requested. -ENFILE is returned in all the device slots for this
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ