From patchwork Sat May 29 10:47:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Richter X-Patchwork-Id: 53974 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 04C94B7D45 for ; Sat, 29 May 2010 20:53:37 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754090Ab0E2Kxd (ORCPT ); Sat, 29 May 2010 06:53:33 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:52392 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751663Ab0E2Kxc (ORCPT ); Sat, 29 May 2010 06:53:32 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Received: from stein ([83.221.231.7]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id o4TAqmvU031104; Sat, 29 May 2010 12:52:48 +0200 Date: Sat, 29 May 2010 12:47:45 +0200 (CEST) From: Stefan Richter Subject: [PATCH] libata-sff: trivial corrections to Kconfig help text To: Tejun Heo cc: linux-ide@vger.kernel.org Message-ID: MIME-Version: 1.0 Content-Disposition: INLINE X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Signed-off-by: Stefan Richter Acked-by: Tejun Heo --- drivers/ata/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) By the way, is there something that could be said in a few words in the help text when to enable that option and when not? Or could that option even be hidden and 'select'ed by bus master DMA capable ATA SFF drivers? diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 73f8833..aa85a98 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -168,10 +168,10 @@ config ATA_BMDMA default y help This option adds support for SFF ATA controllers with BMDMA - capability. BMDMA stands for bus-master DMA and the - de-facto DMA interface for SFF controllers. + capability. BMDMA stands for bus-master DMA and is the + de facto DMA interface for SFF controllers. - If unuser, say Y. + If unsure, say Y. if ATA_BMDMA