commit | 4fca377f7488095ab04035e2bfe5c59873c22382 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Feb 15 01:13:24 2011 -0500 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Mar 02 02:36:45 2011 -0500 |
tree | ee59e1db405f62bfa7b45214d4299fa460ce4fe5 | |
parent | 00dd4998a60599d98b4d6635820a1fbeafa5b021 [diff] [blame] |
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index af6141b..e75a02d 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c
@@ -1336,7 +1336,7 @@ u8 status; int poll_next; - BUG_ON(ap->sff_pio_task_link == NULL); + BUG_ON(ap->sff_pio_task_link == NULL); /* qc can be NULL if timeout occurred */ qc = ata_qc_from_tag(ap, link->active_tag); if (!qc) {