[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1112624345.28705248.1557847520326.JavaMail.zimbra@redhat.com>
Date: Tue, 14 May 2019 11:25:20 -0400 (EDT)
From: Pankaj Gupta <pagupta@...hat.com>
To: Randy Dunlap <rdunlap@...radead.org>,
dan j williams <dan.j.williams@...el.com>
Cc: linux-nvdimm@...ts.01.org, linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-acpi@...r.kernel.org,
qemu-devel@...gnu.org, linux-ext4@...r.kernel.org,
linux-xfs@...r.kernel.org, jack@...e.cz, mst@...hat.com,
jasowang@...hat.com, david@...morbit.com, lcapitulino@...hat.com,
adilger kernel <adilger.kernel@...ger.ca>, zwisler@...nel.org,
aarcange@...hat.com, dave jiang <dave.jiang@...el.com>,
jstaron@...gle.com, darrick wong <darrick.wong@...cle.com>,
vishal l verma <vishal.l.verma@...el.com>, david@...hat.com,
willy@...radead.org, hch@...radead.org, jmoyer@...hat.com,
nilal@...hat.com, lenb@...nel.org, kilobyte@...band.pl,
riel@...riel.com, yuval shaia <yuval.shaia@...cle.com>,
stefanha@...hat.com, pbonzini@...hat.com,
dan j williams <dan.j.williams@...el.com>, kwolf@...hat.com,
tytso@....edu, xiaoguangrong eric <xiaoguangrong.eric@...il.com>,
cohuck@...hat.com, rjw@...ysocki.net, imammedo@...hat.com
Subject: Re: [Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
> On 5/14/19 7:54 AM, Pankaj Gupta wrote:
> > diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
> > index 35897649c24f..94bad084ebab 100644
> > --- a/drivers/virtio/Kconfig
> > +++ b/drivers/virtio/Kconfig
> > @@ -42,6 +42,17 @@ config VIRTIO_PCI_LEGACY
> >
> > If unsure, say Y.
> >
> > +config VIRTIO_PMEM
> > + tristate "Support for virtio pmem driver"
> > + depends on VIRTIO
> > + depends on LIBNVDIMM
> > + help
> > + This driver provides access to virtio-pmem devices, storage devices
> > + that are mapped into the physical address space - similar to NVDIMMs
> > + - with a virtio-based flushing interface.
> > +
> > + If unsure, say M.
>
> <beep>
> from Documentation/process/coding-style.rst:
> "Lines under a ``config`` definition
> are indented with one tab, while help text is indented an additional two
> spaces."
ah... I changed help text and 'checkpatch' did not say anything :( .
Will wait for Dan, If its possible to add two spaces to help text while applying
the series.
Thanks,
Pankaj
>
> > +
> > config VIRTIO_BALLOON
> > tristate "Virtio balloon driver"
> > depends on VIRTIO
>
> thanks.
> --
> ~Randy
>
>
Powered by blists - more mailing lists