drivers/ata: trim trailing whitespace

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Jeff Garzik 2008-05-19 17:56:10 -04:00 committed by Jeff Garzik
parent ae6c23c4e1
commit c85665ffa8
2 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ static void ata_acpi_associate_ide_port(struct ata_port *ap)
ap->pflags |= ATA_PFLAG_INIT_GTM_VALID; ap->pflags |= ATA_PFLAG_INIT_GTM_VALID;
} }
static void ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device static void ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device
*dev, u32 event) *dev, u32 event)
{ {
char event_string[12]; char event_string[12];
@ -130,7 +130,7 @@ static void ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device
acpi_handle handle, tmphandle; acpi_handle handle, tmphandle;
unsigned long sta; unsigned long sta;
acpi_status status; acpi_status status;
if (!ap) if (!ap)
ap = dev->link->ap; ap = dev->link->ap;
ehi = &ap->link.eh_info; ehi = &ap->link.eh_info;
@ -167,10 +167,10 @@ static void ata_acpi_handle_hotplug(struct ata_port *ap, struct ata_device
else { else {
struct ata_link *tlink; struct ata_link *tlink;
struct ata_device *tdev; struct ata_device *tdev;
ata_port_for_each_link(tlink, ap) { ata_port_for_each_link(tlink, ap) {
ata_link_for_each_dev(tdev, tlink) { ata_link_for_each_dev(tdev, tlink) {
tdev->flags |= tdev->flags |=
ATA_DFLAG_DETACH; ATA_DFLAG_DETACH;
} }
} }

View File

@ -216,7 +216,7 @@ static int sl82c105_qc_defer(struct ata_queued_cmd *qc)
struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; struct ata_port *alt = host->ports[1 ^ qc->ap->port_no];
int rc; int rc;
/* First apply the usual rules */ /* First apply the usual rules */
rc = ata_std_qc_defer(qc); rc = ata_std_qc_defer(qc);
if (rc != 0) if (rc != 0)
return rc; return rc;