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)
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

diff --cc fs/char_dev.c
Simple merge