From: Partha Pratim Mukherjee Date: Mon, 27 Jul 2015 23:15:19 +0000 (-0700) Subject: fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594069bc3d333101fb187fc708d75d3ef491869a;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed