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@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e7390d7c52
commit
594069bc3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @from: the first in the range of numbers to unregister
|
||||||
* @count: the number of device numbers to unregister
|
* @count: the number of device numbers to unregister
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue