From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1166008AbdDXHOA (ORCPT ); Mon, 24 Apr 2017 03:14:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:52838 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1165993AbdDXHNx (ORCPT ); Mon, 24 Apr 2017 03:13:53 -0400 Date: Mon, 24 Apr 2017 09:13:50 +0200 From: Jean Delvare To: Christoph Hellwig , Jens Axboe Cc: LKML Subject: [PATCH] virtio_blk: Fix English in description of VIRTIO_BLK_SCSI Message-ID: <20170424091350.3726a0ae@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Jean Delvare Fixes: 97b50a654d5d ("virtio_blk: make SCSI passthrough support configurable") Cc: Christoph Hellwig Cc: Jens Axboe --- drivers/block/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-4.11-rc8.orig/drivers/block/Kconfig 2017-04-03 02:23:54.000000000 +0200 +++ linux-4.11-rc8/drivers/block/Kconfig 2017-04-24 09:07:01.371750779 +0200 @@ -512,7 +512,7 @@ config VIRTIO_BLK_SCSI Enable support for SCSI passthrough (e.g. the SG_IO ioctl) on virtio-blk devices. This is only supported for the legacy virtio protocol and not enabled by default by any hypervisor. - Your probably want to virtio-scsi instead. + You probably want to use virtio-scsi instead. config BLK_DEV_HD bool "Very old hard disk (MFM/RLL/IDE) driver" -- Jean Delvare SUSE L3 Support