summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-01-15 11:50:06 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2015-01-21 05:58:58 (GMT)
commit3c7322405d1efac27cc547fa4d6947cf23871dac (patch)
treefa213abb325b637ceca800e881dc6dc7122b01be /drivers/char
parent43b4f721ce6d497648a8d4a21c1d53483090bcf9 (diff)
downloadlinux-3c7322405d1efac27cc547fa4d6947cf23871dac.tar.xz
virtio_rng: drop extra empty line
makes code look a bit prettier. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/hw_random/virtio-rng.c1
1 files changed, 0 insertions, 1 deletions
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;