LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] virtio_rng: drop extra empty line
@ 2015-01-15 11:50 Michael S. Tsirkin
2015-01-15 23:21 ` Herbert Xu
0 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-15 11:50 UTC (permalink / raw)
To: linux-kernel
Cc: Matt Mackall, Herbert Xu, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin
makes code look a bit prettier.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/char/hw_random/virtio-rng.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c
index 72295ea..3fa2f8a 100644
--- a/drivers/char/hw_random/virtio-rng.c
+++ b/drivers/char/hw_random/virtio-rng.c
@@ -39,7 +39,6 @@ struct virtrng_info {
bool hwrng_removed;
};
-
static void random_recv_done(struct virtqueue *vq)
{
struct virtrng_info *vi = vq->vdev->priv;
--
MST
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] virtio_rng: drop extra empty line
2015-01-15 11:50 [PATCH] virtio_rng: drop extra empty line Michael S. Tsirkin
@ 2015-01-15 23:21 ` Herbert Xu
2015-01-16 7:16 ` Michael S. Tsirkin
0 siblings, 1 reply; 5+ messages in thread
From: Herbert Xu @ 2015-01-15 23:21 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Matt Mackall, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin
On Thu, Jan 15, 2015 at 01:50:42PM +0200, Michael S. Tsirkin wrote:
> makes code look a bit prettier.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Please resend this patch with a cc to linux-crypto@vger.kernel.org.
Thanks!
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] virtio_rng: drop extra empty line
2015-01-15 23:21 ` Herbert Xu
@ 2015-01-16 7:16 ` Michael S. Tsirkin
2015-01-16 7:17 ` Herbert Xu
2015-01-20 3:47 ` Herbert Xu
0 siblings, 2 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-16 7:16 UTC (permalink / raw)
To: Herbert Xu
Cc: linux-kernel, Matt Mackall, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin, linux-crypto
On Fri, Jan 16, 2015 at 10:21:09AM +1100, Herbert Xu wrote:
> On Thu, Jan 15, 2015 at 01:50:42PM +0200, Michael S. Tsirkin wrote:
> > makes code look a bit prettier.
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> Please resend this patch with a cc to linux-crypto@vger.kernel.org.
>
> Thanks!
So let's add this to maintainers?
Will you ack something like below?
--->
MAINTAINERS: add linux-crypto to hw random
hw random is crypto-related, Cc the linux-crypto list
on patches.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 3589d67..4d54f2e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4403,6 +4403,7 @@ F: include/linux/hwmon*.h
HARDWARE RANDOM NUMBER GENERATOR CORE
M: Matt Mackall <mpm@selenic.com>
M: Herbert Xu <herbert@gondor.apana.org.au>
+L: linux-crypto@vger.kernel.org
S: Odd fixes
F: Documentation/hw_random.txt
F: drivers/char/hw_random/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] virtio_rng: drop extra empty line
2015-01-16 7:16 ` Michael S. Tsirkin
@ 2015-01-16 7:17 ` Herbert Xu
2015-01-20 3:47 ` Herbert Xu
1 sibling, 0 replies; 5+ messages in thread
From: Herbert Xu @ 2015-01-16 7:17 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Matt Mackall, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin, linux-crypto
On Fri, Jan 16, 2015 at 09:16:00AM +0200, Michael S. Tsirkin wrote:
>
> So let's add this to maintainers?
> Will you ack something like below?
Sure I'll add that.
Thanks!
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] virtio_rng: drop extra empty line
2015-01-16 7:16 ` Michael S. Tsirkin
2015-01-16 7:17 ` Herbert Xu
@ 2015-01-20 3:47 ` Herbert Xu
1 sibling, 0 replies; 5+ messages in thread
From: Herbert Xu @ 2015-01-20 3:47 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Matt Mackall, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin, linux-crypto
On Fri, Jan 16, 2015 at 09:16:00AM +0200, Michael S. Tsirkin wrote:
> On Fri, Jan 16, 2015 at 10:21:09AM +1100, Herbert Xu wrote:
> > On Thu, Jan 15, 2015 at 01:50:42PM +0200, Michael S. Tsirkin wrote:
> > > makes code look a bit prettier.
> > >
> > > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> >
> > Please resend this patch with a cc to linux-crypto@vger.kernel.org.
> >
> > Thanks!
>
> So let's add this to maintainers?
> Will you ack something like below?
>
> --->
>
>
> MAINTAINERS: add linux-crypto to hw random
>
> hw random is crypto-related, Cc the linux-crypto list
> on patches.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Applied.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-20 3:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15 11:50 [PATCH] virtio_rng: drop extra empty line Michael S. Tsirkin
2015-01-15 23:21 ` Herbert Xu
2015-01-16 7:16 ` Michael S. Tsirkin
2015-01-16 7:17 ` Herbert Xu
2015-01-20 3:47 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).