提交 24b7ce98 编写于 作者: A Adrian Bunk

pata_cmd64x.c typo fix

Spotted by David Miller <davem@davemloft.net>.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
上级 d96267ae
......@@ -215,7 +215,7 @@ static void cmd64x_set_dmamode(struct ata_port *ap, struct ata_device *adev)
regU &= ~(0x05 << adev->devno);
if (adev->dma_mode >= XFER_UDMA_0) {
/* Merge thge timing value */
/* Merge the timing value */
regU |= udma_data[adev->dma_mode - XFER_UDMA_0] << shift;
/* Merge the control bits */
regU |= 1 << adev->devno; /* UDMA on */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册