diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-02-15 01:13:24 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-03-02 02:36:45 -0500 |
commit | 4fca377f7488095ab04035e2bfe5c59873c22382 (patch) | |
tree | ee59e1db405f62bfa7b45214d4299fa460ce4fe5 /drivers/ata/libata-sff.c | |
parent | 00dd4998a60599d98b4d6635820a1fbeafa5b021 (diff) |
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r-- | drivers/ata/libata-sff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index af6141bb1ba3..e75a02d61a8f 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
@@ -1336,7 +1336,7 @@ static void ata_sff_pio_task(struct work_struct *work) | |||
1336 | u8 status; | 1336 | u8 status; |
1337 | int poll_next; | 1337 | int poll_next; |
1338 | 1338 | ||
1339 | BUG_ON(ap->sff_pio_task_link == NULL); | 1339 | BUG_ON(ap->sff_pio_task_link == NULL); |
1340 | /* qc can be NULL if timeout occurred */ | 1340 | /* qc can be NULL if timeout occurred */ |
1341 | qc = ata_qc_from_tag(ap, link->active_tag); | 1341 | qc = ata_qc_from_tag(ap, link->active_tag); |
1342 | if (!qc) { | 1342 | if (!qc) { |