Skip to content

Commit

Permalink
pata_cmd64x.c typo fix
Browse files Browse the repository at this point in the history
Spotted by David Miller <davem@davemloft.net>.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Adrian Bunk committed Oct 19, 2007
1 parent d96267a commit 24b7ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_cmd64x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 24b7ce9

Please sign in to comment.