aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 8bdd0121212a..cd0158163fe0 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1900,7 +1900,7 @@ EXPORT_SYMBOL(submit_bio);
1900 * in some cases below, so export this function. 1900 * in some cases below, so export this function.
1901 * Request stacking drivers like request-based dm may change the queue 1901 * Request stacking drivers like request-based dm may change the queue
1902 * limits while requests are in the queue (e.g. dm's table swapping). 1902 * limits while requests are in the queue (e.g. dm's table swapping).
1903 * Such request stacking drivers should check those requests agaist 1903 * Such request stacking drivers should check those requests against
1904 * the new queue limits again when they dispatch those requests, 1904 * the new queue limits again when they dispatch those requests,
1905 * although such checkings are also done against the old queue limits 1905 * although such checkings are also done against the old queue limits
1906 * when submitting requests. 1906 * when submitting requests.