V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 6 Sep 2009 10:13:14 +0000 (07:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:19:27 +0000 (00:19 -0300)
commit22e221258b56cc1a4dc5a9fb2c26f4d6ed9dde81
tree0e07015c3b78211491594f000b77aa8a7e48d8fc
parent7ae0cd9bc793e16d8d68df3c17c601732cc1d3c7
V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.

The term 'kernel number' is very vague, so replace it with the somewhat more
descriptive term 'device node number'.

In one place the local variable 'nr' was used to create the device node number
of the new device name. This has been replaced with the vdev->num field to
more clearly mark this as being the device node number and not the minor
number.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/video4linux/v4l2-framework.txt
drivers/media/video/v4l2-dev.c