VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Partha Pratim Mukherjee <ppm.floss@gmail.com> 2015-07-27 16:15:19 -0700 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2015-08-05 13:49:35 -0700 commit: 594069bc3d333101fb187fc708d75d3ef491869a parent: e7390d7c52684ea338621eb3826a60e33a2bab9d
Commit Summary:
fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/char_dev.c b/fs/char_dev.c
index ea06a3d0364c..24b142569ca9 100644
--- a/fs/char_dev.c
+++ b/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
  *