virtio_rng: drop extra empty line
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Jan 2015 11:50:06 +0000 (13:50 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:58:58 +0000 (16:28 +1030)
makes code look a bit prettier.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/hw_random/virtio-rng.c

index 72295ea..3fa2f8a 100644 (file)
@@ -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;