diff options
author | Alan Cox <alan@redhat.com> | 2009-04-01 10:01:39 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-04-06 20:00:29 -0400 |
commit | 8feb4d20b4b867e7a44f7486ecb028cc01a564ae (patch) | |
tree | 7ffc0f18d3b336260f405b95faa1a518e99d0c84 | |
parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c (diff) |
pata_artop: typo
Fix a typo (this was in the original patch but was not merged when the code
fixes were for some reason)
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r-- | block/blk-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-settings.c b/block/blk-settings.c index 59fd05d9f1d5..69c42adde52b 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c | |||
@@ -431,7 +431,7 @@ EXPORT_SYMBOL(blk_queue_segment_boundary); | |||
431 | * | 431 | * |
432 | * description: | 432 | * description: |
433 | * set required memory and length alignment for direct dma transactions. | 433 | * set required memory and length alignment for direct dma transactions. |
434 | * this is used when buiding direct io requests for the queue. | 434 | * this is used when building direct io requests for the queue. |
435 | * | 435 | * |
436 | **/ | 436 | **/ |
437 | void blk_queue_dma_alignment(struct request_queue *q, int mask) | 437 | void blk_queue_dma_alignment(struct request_queue *q, int mask) |