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/pata_hpt3x3.c | |
parent | 00dd4998a60599d98b4d6635820a1fbeafa5b021 (diff) |
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
Diffstat (limited to 'drivers/ata/pata_hpt3x3.c')
-rw-r--r-- | drivers/ata/pata_hpt3x3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_hpt3x3.c b/drivers/ata/pata_hpt3x3.c index b63d5e2d4628..24d7df81546b 100644 --- a/drivers/ata/pata_hpt3x3.c +++ b/drivers/ata/pata_hpt3x3.c | |||
@@ -151,7 +151,7 @@ static struct ata_port_operations hpt3x3_port_ops = { | |||
151 | .check_atapi_dma= hpt3x3_atapi_dma, | 151 | .check_atapi_dma= hpt3x3_atapi_dma, |
152 | .freeze = hpt3x3_freeze, | 152 | .freeze = hpt3x3_freeze, |
153 | #endif | 153 | #endif |
154 | 154 | ||
155 | }; | 155 | }; |
156 | 156 | ||
157 | /** | 157 | /** |