summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_it821x.c
diff options
context:
space:
mode:
authorJeff Garzik2011-02-15 07:13:24 +0100
committerJeff Garzik2011-03-02 08:36:45 +0100
commit4fca377f7488095ab04035e2bfe5c59873c22382 (patch)
treeee59e1db405f62bfa7b45214d4299fa460ce4fe5 /drivers/ata/pata_it821x.c
parentlibsas: convert to libata new error handler (diff)
downloadkernel-qcow2-linux-4fca377f7488095ab04035e2bfe5c59873c22382.tar.gz
kernel-qcow2-linux-4fca377f7488095ab04035e2bfe5c59873c22382.tar.xz
kernel-qcow2-linux-4fca377f7488095ab04035e2bfe5c59873c22382.zip
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r--drivers/ata/pata_it821x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index aa0e0c51cc08..2d15f2548a10 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -616,7 +616,7 @@ static void it821x_display_disk(int n, u8 *buf)
if (buf[52] > 4) /* No Disk */
return;
- ata_id_c_string((u16 *)buf, id, 0, 41);
+ ata_id_c_string((u16 *)buf, id, 0, 41);
if (buf[51]) {
mode = ffs(buf[51]);
@@ -910,7 +910,7 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
rc = pcim_enable_device(pdev);
if (rc)
return rc;
-
+
if (pdev->vendor == PCI_VENDOR_ID_RDC) {
/* Deal with Vortex86SX */
if (pdev->revision == 0x11)