Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1629258 > unrolled thread
| Started by | Jean Delvare <jdelvare@suse.de> |
|---|---|
| First post | 2017-04-24 09:20 +0200 |
| Last post | 2017-04-24 09:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] virtio_blk: Fix English in description of VIRTIO_BLK_SCSI Jean Delvare <jdelvare@suse.de> - 2017-04-24 09:20 +0200
Re: [PATCH] virtio_blk: Fix English in description of VIRTIO_BLK_SCSI Christoph Hellwig <hch@lst.de> - 2017-04-24 09:30 +0200
| From | Jean Delvare <jdelvare@suse.de> |
|---|---|
| Date | 2017-04-24 09:20 +0200 |
| Subject | [PATCH] virtio_blk: Fix English in description of VIRTIO_BLK_SCSI |
| Message-ID | <tzGrU-3YY-15@gated-at.bofh.it> |
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: 97b50a654d5d ("virtio_blk: make SCSI passthrough support configurable")
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@fb.com>
---
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
[toc] | [next] | [standalone]
| From | Christoph Hellwig <hch@lst.de> |
|---|---|
| Date | 2017-04-24 09:30 +0200 |
| Subject | Re: [PATCH] virtio_blk: Fix English in description of VIRTIO_BLK_SCSI |
| Message-ID | <tzGBA-41Y-11@gated-at.bofh.it> |
| In reply to | #1629258 |
Looks fine, Reviewed-by: Christoph Hellwig <hch@lst.de>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web