LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH repost] virtio_rng: drop extra empty line
@ 2015-01-20 12:35 Michael S. Tsirkin
2015-01-26 2:55 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-01-20 12:35 UTC (permalink / raw)
To: linux-kernel
Cc: Matt Mackall, Herbert Xu, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin, linux-crypto
makes code look a bit prettier.
Cc: linux-crypto@vger.kernel.org.
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 related [flat|nested] 2+ messages in thread
* Re: [PATCH repost] virtio_rng: drop extra empty line
2015-01-20 12:35 [PATCH repost] virtio_rng: drop extra empty line Michael S. Tsirkin
@ 2015-01-26 2:55 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-01-26 2:55 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Matt Mackall, Rusty Russell, Amit Shah, Amos Kong,
Sasha Levin, linux-crypto
On Tue, Jan 20, 2015 at 02:35:15PM +0200, Michael S. Tsirkin wrote:
> makes code look a bit prettier.
>
> Cc: linux-crypto@vger.kernel.org.
> 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] 2+ messages in thread
end of thread, other threads:[~2015-01-26 2:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 12:35 [PATCH repost] virtio_rng: drop extra empty line Michael S. Tsirkin
2015-01-26 2:55 ` 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).