From: Alan Cox Date: Wed, 1 Apr 2009 14:01:39 +0000 (+0100) Subject: pata_artop: typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8feb4d20b4b867e7a44f7486ecb028cc01a564ae;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Jeff Garzik --- 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); * * description: * set required memory and length alignment for direct dma transactions. - * this is used when buiding direct io requests for the queue. + * this is used when building direct io requests for the queue. * **/ void blk_queue_dma_alignment(struct request_queue *q, int mask)