mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
block: fix sysfs module parameters directory path in comment
The runtime configurable module parameter files are located under /sys/module/MODULENAME/parameters, not /sys/module/MODULENAME. Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
07b0fdecb2
commit
1624b0b200
1 changed files with 1 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ static const struct attribute *disk_events_attrs[] = {
|
||||||
* The default polling interval can be specified by the kernel
|
* The default polling interval can be specified by the kernel
|
||||||
* parameter block.events_dfl_poll_msecs which defaults to 0
|
* parameter block.events_dfl_poll_msecs which defaults to 0
|
||||||
* (disable). This can also be modified runtime by writing to
|
* (disable). This can also be modified runtime by writing to
|
||||||
* /sys/module/block/events_dfl_poll_msecs.
|
* /sys/module/block/parameters/events_dfl_poll_msecs.
|
||||||
*/
|
*/
|
||||||
static int disk_events_set_dfl_poll_msecs(const char *val,
|
static int disk_events_set_dfl_poll_msecs(const char *val,
|
||||||
const struct kernel_param *kp)
|
const struct kernel_param *kp)
|
||||||
|
|
Loading…
Add table
Reference in a new issue