The patch titled Subject: fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region has been removed from the -mm tree. Its filename was fs-char_devc-fix-incorrect-documentation-for-unregister_chrdev_region.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Partha Pratim Mukherjee <ppm.floss@xxxxxxxxx> Subject: 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@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/char_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/char_dev.c~fs-char_devc-fix-incorrect-documentation-for-unregister_chrdev_region fs/char_dev.c --- a/fs/char_dev.c~fs-char_devc-fix-incorrect-documentation-for-unregister_chrdev_region +++ a/fs/char_dev.c @@ -274,7 +274,7 @@ out2: } /** - * unregister_chrdev_region() - return a range of device numbers + * unregister_chrdev_region() - unregister a range of device numbers * @from: the first in the range of numbers to unregister * @count: the number of device numbers to unregister * _ Patches currently in -mm which might be from ppm.floss@xxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html