commit | 519c8e9ffd86143fedd84cf833a09f36b47d0f5c | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Mon Oct 16 11:01:00 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 16 13:00:12 2017 -0600 |
tree | b7a094cc57942060395f2c8d7fcc272e6553598a | |
parent | 9ce762e85bc95fd7aa1fb5f8cfc38ce5a228fc95 [diff] |
block: fix Sphinx kernel-doc warning Sphinx treats symbols that end with '_' as a kind of special documentation indicator, so fix that by adding an ending '*' to it. ../block/bio.c:404: ERROR: Unknown target name: "gfp". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>