]> 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)
commit06f77670a7c59452bbe5ccb2e369cf63ac040ec3
tree3fc5f4635617ae1b9000920b3c59a47f14fc0fbd
parent6d41d0d85f7f8a53aba455233f5a4e4ef4e952e7
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