diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2007-05-09 02:57:56 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 02:57:56 -0400 |
commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /block/ll_rw_blk.c | |
parent | 02a3e59a088749c08b0293ee1535f5bf48f5926c (diff) |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r-- | block/ll_rw_blk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c index d99d402953a3..f294f1538f1e 100644 --- a/block/ll_rw_blk.c +++ b/block/ll_rw_blk.c | |||
@@ -1704,7 +1704,7 @@ EXPORT_SYMBOL(blk_stop_queue); | |||
1704 | * on a queue, such as calling the unplug function after a timeout. | 1704 | * on a queue, such as calling the unplug function after a timeout. |
1705 | * A block device may call blk_sync_queue to ensure that any | 1705 | * A block device may call blk_sync_queue to ensure that any |
1706 | * such activity is cancelled, thus allowing it to release resources | 1706 | * such activity is cancelled, thus allowing it to release resources |
1707 | * the the callbacks might use. The caller must already have made sure | 1707 | * that the callbacks might use. The caller must already have made sure |
1708 | * that its ->make_request_fn will not re-add plugging prior to calling | 1708 | * that its ->make_request_fn will not re-add plugging prior to calling |
1709 | * this function. | 1709 | * this function. |
1710 | * | 1710 | * |