OSDN Git Service

block: fix sysfs module parameters directory path in comment
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 16 Jul 2019 12:59:35 +0000 (21:59 +0900)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Jul 2019 16:16:33 +0000 (10:16 -0600)
commit1624b0b200399bd6cd2b46ab3494738d1aef6b75
tree3fc5f4635617ae1b9000920b3c59a47f14fc0fbd
parent07b0fdecb2477396bcb69609019aade2b22124a1
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>
block/genhd.c