diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index f8548876d7ea..f0834e2f5727 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1661,7 +1661,7 @@ EXPORT_SYMBOL(submit_bio); | |||
1661 | * the insertion using this generic function. | 1661 | * the insertion using this generic function. |
1662 | * | 1662 | * |
1663 | * This function should also be useful for request stacking drivers | 1663 | * This function should also be useful for request stacking drivers |
1664 | * in some cases below, so export this fuction. | 1664 | * in some cases below, so export this function. |
1665 | * Request stacking drivers like request-based dm may change the queue | 1665 | * Request stacking drivers like request-based dm may change the queue |
1666 | * limits while requests are in the queue (e.g. dm's table swapping). | 1666 | * limits while requests are in the queue (e.g. dm's table swapping). |
1667 | * Such request stacking drivers should check those requests agaist | 1667 | * Such request stacking drivers should check those requests agaist |