[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150120123515.GA28318@redhat.com>
Date: Tue, 20 Jan 2015 14:35:15 +0200
From: "Michael S. Tsirkin" <mst@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Matt Mackall <mpm@...enic.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Rusty Russell <rusty@...tcorp.com.au>,
Amit Shah <amit.shah@...hat.com>, Amos Kong <akong@...hat.com>,
Sasha Levin <sasha.levin@...cle.com>,
linux-crypto@...r.kernel.org
Subject: [PATCH repost] virtio_rng: drop extra empty line
makes code look a bit prettier.
Cc: linux-crypto@...r.kernel.org.
Signed-off-by: Michael S. Tsirkin <mst@...hat.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists