diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:14:23 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-21 20:14:23 -0400 |
commit | a617c09f6d646b60f31efc8afd9f81b752bf21b7 (patch) | |
tree | eed0f6bfc0b8e25caae0f36765efe48e640107a9 /drivers/ata/libata-eh.c | |
parent | bc9a8a7eaa58d802a2b26c75edcc95cb92835db3 (diff) | |
download | op-kernel-dev-a617c09f6d646b60f31efc8afd9f81b752bf21b7.zip op-kernel-dev-a617c09f6d646b60f31efc8afd9f81b752bf21b7.tar.gz |
libata: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index 5309c31..d807098 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -1009,7 +1009,7 @@ static unsigned int atapi_eh_request_sense(struct ata_queued_cmd *qc) sense_buf[0] = 0x70; sense_buf[2] = qc->result_tf.feature >> 4; - /* some devices time out if garbage left in tf */ + /* some devices time out if garbage left in tf */ ata_tf_init(dev, &tf); memset(cdb, 0, ATAPI_CDB_LEN); |