diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2010-05-29 06:47:45 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-06-02 13:50:00 -0400 |
commit | ed4e2f801cf1484a68c4b41878353f26e6554c6a (patch) | |
tree | 3930d8f459638885320a7ce5c69eaa4694b887d2 /drivers/ata | |
parent | f3faf8fc3fab45c3526efe8c9e99bb23f8723350 (diff) |
libata-sff: trivial corrections to Kconfig help text
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 73f883333a0d..aa85a98d3a4f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -168,10 +168,10 @@ config ATA_BMDMA | |||
168 | default y | 168 | default y |
169 | help | 169 | help |
170 | This option adds support for SFF ATA controllers with BMDMA | 170 | This option adds support for SFF ATA controllers with BMDMA |
171 | capability. BMDMA stands for bus-master DMA and the | 171 | capability. BMDMA stands for bus-master DMA and is the |
172 | de-facto DMA interface for SFF controllers. | 172 | de facto DMA interface for SFF controllers. |
173 | 173 | ||
174 | If unuser, say Y. | 174 | If unsure, say Y. |
175 | 175 | ||
176 | if ATA_BMDMA | 176 | if ATA_BMDMA |
177 | 177 | ||