]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ea9eb616f883e80ff15f727ca33f0674d409864
tree3fc5f4635617ae1b9000920b3c59a47f14fc0fbd
parenta3ee0bf7463c607884221666870371958b8b0893
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