pata_legacy: typo fix

2008-02-11 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8397248d4662d77296889529c911e2182151afa9
Commit: 8397248d4662d77296889529c911e2182151afa9
Parent: c9544bcb4c7df07555e4b22d297c5705738da09d
Author: Alan Cox [EMAIL PROTECTED]
AuthorDate: Fri Feb 8 15:23:38 2008 +
Committer:  Jeff Garzik [EMAIL PROTECTED]
CommitDate: Mon Feb 11 14:30:06 2008 -0500

pata_legacy: typo fix

Signed-off-by: Alan Cox [EMAIL PROTECTED]
Signed-off-by: Jeff Garzik [EMAIL PROTECTED]
---
 drivers/ata/pata_legacy.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
index 333dc15..6c59969 100644
--- a/drivers/ata/pata_legacy.c
+++ b/drivers/ata/pata_legacy.c
@@ -127,7 +127,7 @@ static int opti82c611a; /* Opti82c611A on 
primary 1, sec 2, both 3 */
 static int opti82c46x; /* Opti 82c465MV present(pri/sec autodetect) */
 static int qdi;/* Set to probe QDI controllers */
 static int winbond;/* Set to probe Winbond controllers,
-   give I/O port if non stdanard */
+   give I/O port if non standard */
 static int autospeed;  /* Chip present which snoops speed changes */
 static int pio_mask = 0x1F;/* PIO range for autospeed devices */
 static int iordy_mask = 0x;/* Use iordy if available */
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[libata] pata_legacy: typo fix

2008-01-25 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c294f1b32940d5bf853e006b9ccc72629c859749
Commit: c294f1b32940d5bf853e006b9ccc72629c859749
Parent: 045eeb4f796bf50439cfbf4f165946b648a1a928
Author: Andrew Morton [EMAIL PROTECTED]
AuthorDate: Tue Jan 15 15:42:37 2008 -0800
Committer:  Jeff Garzik [EMAIL PROTECTED]
CommitDate: Wed Jan 23 05:24:16 2008 -0500

[libata] pata_legacy: typo fix

Cc: Jeff Garzik [EMAIL PROTECTED]
Cc: Alan Cox [EMAIL PROTECTED]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
Signed-off-by: Jeff Garzik [EMAIL PROTECTED]
---
 drivers/ata/pata_legacy.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
index dae85aa..c37ba32 100644
--- a/drivers/ata/pata_legacy.c
+++ b/drivers/ata/pata_legacy.c
@@ -252,7 +252,7 @@ static void pdc20230_set_piomode(struct ata_port *ap, 
struct ata_device *adev)
 static unsigned int pdc_data_xfer_vlb(struct ata_device *dev,
unsigned char *buf, unsigned int buflen, int rw)
 {
-   if (ata_id_has_dword_io(adev-id)) {
+   if (ata_id_has_dword_io(dev-id)) {
struct ata_port *ap = dev-link-ap;
int slop = buflen  3;
unsigned long flags;
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html