From patchwork Tue Aug 21 11:44:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10571397 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 38FF95A4 for ; Tue, 21 Aug 2018 11:44:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3121D297A9 for ; Tue, 21 Aug 2018 11:44:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 24E1A298D9; Tue, 21 Aug 2018 11:44:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B3828297A9 for ; Tue, 21 Aug 2018 11:44:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726877AbeHUPEA (ORCPT ); Tue, 21 Aug 2018 11:04:00 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:44696 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726679AbeHUPEA (ORCPT ); Tue, 21 Aug 2018 11:04:00 -0400 Received: from ramsan.of.borg ([84.194.111.163]) by xavier.telenet-ops.be with bizsmtp id Rnk81y00T3XaVaC01nk89x; Tue, 21 Aug 2018 13:44:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fs54y-0007vD-J3; Tue, 21 Aug 2018 13:44:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1fs54y-0004nO-Go; Tue, 21 Aug 2018 13:44:08 +0200 From: Geert Uytterhoeven To: Johannes Thumshirn , "James E . J . Bottomley" , "Martin K . Petersen" Cc: Hannes Reinecke , Ming Lei , John Garry , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] scsi: core: Update SCSI_MQ_DEFAULT help text to match default Date: Tue, 21 Aug 2018 13:44:07 +0200 Message-Id: <20180821114407.18393-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The default was changed, but the help text was not updated. Fix grammar (s/the option/this option/) while at it. Fixes: d5038a13eca72fb2 ("scsi: core: switch to scsi-mq by default") Signed-off-by: Geert Uytterhoeven Reviewed-by: Ming Lei --- drivers/scsi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 8fc851a9e1162a56..a0491e11bd359499 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -53,11 +53,11 @@ config SCSI_MQ_DEFAULT depends on SCSI ---help--- This option enables the new blk-mq based I/O path for SCSI - devices by default. With the option the scsi_mod.use_blk_mq + devices by default. With this option the scsi_mod.use_blk_mq module/boot option defaults to Y, without it to N, but it can still be overridden either way. - If unsure say N. + If unsure say Y. config SCSI_PROC_FS bool "legacy /proc/scsi/ support"