]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/char_dev.c
fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region
authorPartha Pratim Mukherjee <ppm.floss@gmail.com>
Mon, 27 Jul 2015 23:15:19 +0000 (16:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 20:49:35 +0000 (13:49 -0700)
commit594069bc3d333101fb187fc708d75d3ef491869a
treed81b11237e5c6b0ae702181c837c2575b7c233a2
parente7390d7c52684ea338621eb3826a60e33a2bab9d
fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region

The current documentation for unregister_chrdev_region says that it return
a range of device numbers which is incorrect.  Instead it unregister a
range of device numbers.  Fix the documentation to make this clear.

Signed-off-by: Partha Pratim Mukherjee <ppm.floss@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/char_dev.c