From 594069bc3d333101fb187fc708d75d3ef491869a Mon Sep 17 00:00:00 2001 From: Partha Pratim Mukherjee Date: Mon, 27 Jul 2015 16:15:19 -0700 Subject: [PATCH] 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-format-patch failed