From: Chengguang Xu Date: Sun, 10 Feb 2019 15:19:01 +0000 (+0800) Subject: libata: fix a typo in comment X-Git-Tag: v5.1-rc1~101^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d1e02d11e3d6ebffca26b29588cdbbe10b2ad39;p=thirdparty%2Fkernel%2Flinux.git libata: fix a typo in comment poitner -> pointer. Signed-off-by: Chengguang Xu Signed-off-by: Jens Axboe --- diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 3d4887d0e84a6..c2adfd8486c41 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -2990,7 +2990,7 @@ static unsigned int atapi_xlat(struct ata_queued_cmd *qc) * This inconsistency confuses several controllers which * perform PIO using DMA such as Intel AHCIs and sil3124/32. * These controllers use actual number of transferred bytes to - * update DMA poitner and transfer of 4n+2 bytes make those + * update DMA pointer and transfer of 4n+2 bytes make those * controller push DMA pointer by 4n+4 bytes because SATA data * FISes are aligned to 4 bytes. This causes data corruption * and buffer overrun.